]> arthur.barton.de Git - netatalk.git/commit
Honor the debug option (we fork before parsing config)
authorJamie Gilbertson <jamie.gilbertson@luniv.ca>
Sun, 11 Mar 2012 06:02:11 +0000 (23:02 -0700)
committerFrank Lahm <franklahm@googlemail.com>
Sun, 11 Mar 2012 16:30:14 +0000 (17:30 +0100)
commitc397c5f72d8d22473229c644e3d0b0a0fd786217
treee9b833db7fd6479c08e0352d8cc7eb6bc30f9fa6
parent197cc28c101e68c2ff4b56d80955f5d05702cbf1
Honor the debug option (we fork before parsing config)

afpd doesn't actually respect the debug command-line option, because obj.options.flags isn't updated until after afpd has already daemonized itself. Changed to check obj.cmdlineflags instead.

Signed-off-by: Jamie Gilbertson <jamie.gilbertson@luniv.ca>
etc/afpd/main.c