diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-08-09 13:12:09 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-08-09 13:12:09 +0000 |
commit | ab912448c1ff2487b6a313574d72f389baa65e6d (patch) | |
tree | 1c4761376a8f09ef5f626ff460b6edbd6ceb8ddf /source/smbd/reply.c | |
parent | 251213898077a11d71b208434c65748f922d7e9a (diff) | |
download | samba-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