summaryrefslogtreecommitdiffstats
path: root/source/smbd/reply.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-08-09 13:12:09 +0000
committerAndrew Tridgell <tridge@samba.org>1998-08-09 13:12:09 +0000
commitab912448c1ff2487b6a313574d72f389baa65e6d (patch)
tree1c4761376a8f09ef5f626ff460b6edbd6ceb8ddf /source/smbd/reply.c
parent251213898077a11d71b208434c65748f922d7e9a (diff)
downloadsamba-ab912448c1ff2487b6a313574d72f389baa65e6d.tar.gz
samba-ab912448c1ff2487b6a313574d72f389baa65e6d.tar.xz
samba-ab912448c1ff2487b6a313574d72f389baa65e6d.zip
removed the if statements from the DEBUG() macro definitions.
Chris, you should never put if statements in macros, use the ugly (a?b:c) form instead, otherwise you can produce incorrect code when you have things like: if (foo) DEBUG((blah)); else DEBUG((blooh));
Diffstat (limited to 'source/smbd/reply.c')
0 files changed, 0 insertions, 0 deletions