diff options
Diffstat (limited to 'source3/smbd/password.c')
-rw-r--r-- | source3/smbd/password.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/password.c b/source3/smbd/password.c index 51528be2b4..d2059e7e20 100644 --- a/source3/smbd/password.c +++ b/source3/smbd/password.c @@ -1267,7 +1267,7 @@ static BOOL connect_to_domain_password_server(struct cli_state *pcli, struct in_addr dest_ip; fstring remote_machine; - if(cli_initialise(pcli) == False) { + if(cli_initialise(pcli) == NULL) { DEBUG(0,("connect_to_domain_password_server: unable to initialize client connection.\n")); return False; } |