]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test_rbd_replay.cc: fix va_list parameter handling
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Sun, 26 Oct 2014 17:07:48 +0000 (18:07 +0100)
committerSage Weil <sage@redhat.com>
Mon, 27 Oct 2014 19:44:25 +0000 (12:44 -0700)
commit6f614fca622e0572f5ff87a08aad5469e3e9748d
tree547960b484d68f291200047155c904f67c85da60
parent4522a68a2a210d4f4ed1b5677fa75baea9fbb63b
test_rbd_replay.cc: fix va_list parameter handling

Fix for:

[src/test/test_rbd_replay.cc:193]: (portability) Passing NULL after the
last typed argument to a variadic function leads to undefined behaviour.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/test/test_rbd_replay.cc