]> git.ipfire.org Git - thirdparty/dhcp.git/commit
[master] Fix debug build broken by 38078
authorThomas Markwalder <tmark@isc.org>
Thu, 18 Dec 2014 12:34:57 +0000 (07:34 -0500)
committerThomas Markwalder <tmark@isc.org>
Thu, 18 Dec 2014 12:34:57 +0000 (07:34 -0500)
commit001b9d53258126b10d0d2e3776345095754aecd7
tree1db69c593ab51dfbc20658ffd1fa2c5de066eb9a
parentcb8c997e487d3ceb8a1990a8acdc5ffd73155f1c
[master] Fix debug build broken by 38078

    server/dhcpd.c -
        moved declarations of local variable in main(), used by pid file
        logic, outside of debug conditional compilation.
RELNOTES
server/dhcpd.c