Code

src/liboping.c: Fix debugging statement.
authorFlorian Forster <ff@octo.it>
Fri, 5 May 2017 09:07:48 +0000 (11:07 +0200)
committerFlorian Forster <ff@octo.it>
Fri, 5 May 2017 09:07:48 +0000 (11:07 +0200)
commita951a70fdab6b431ce20a2ff7f2a1a0916975d08
tree3411a8ef1011ca11378f6362ebf2afe3f6e4c37d
parent1eb6f8f2eff9d3f9024a6c9e70007a5684eaa462
src/liboping.c: Fix debugging statement.

The dprintf() macro referred to a variable which no longer exists,
which only surfaced when compiling with --enable-debug.
src/liboping.c