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)
The dprintf() macro referred to a variable which no longer exists,
which only surfaced when compiling with --enable-debug.


No differences found