Bug 1903 - Inconsistent tests for DEBUG_PASSWORD macro setting.
Summary: Inconsistent tests for DEBUG_PASSWORD macro setting.
Status: CLOSED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.7
Hardware: Alpha OpenVMS
: P3 trivial
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-10 15:22 UTC by John Malmberg
Modified: 2005-08-24 10:24 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Malmberg 2004-10-10 15:22:26 UTC
In most cases, the test if #ifdef DEBUG_PASSWORD, however in a few routines, the
test is #if DEBUG_PASSWORD.


PROJECT_ROOT:[samba-3^.0^.7.source.auth]pass_check.c;1

#if DEBUG_PASSWORD

PROJECT_ROOT:[samba-3^.0^.7.source.libsmb]ntlm_check.c;1

#if DEBUG_PASSWORD
#if DEBUG_PASSWORD

PROJECT_ROOT:[samba-3^.0^.7.source.smbd]chgpasswd.c;1

#if DEBUG_PASSWORD

PROJECT_ROOT:[samba-3^.0^.7.source.smbd]password.c;1

#if DEBUG_PASSWORD
Comment 1 Tim Potter 2004-10-10 17:32:47 UTC
I've checked in a fix.  Thanks John!
Comment 2 Gerald (Jerry) Carter (dead mail address) 2005-08-24 10:24:48 UTC
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.