strequal() returns a BOOL, not an int like strcmp(); this fixes a bug in check_bind_r...
commit84f0e97e5882375b765b818e89a6d96736cd5932
authorGerald Carter <jerry@samba.org>
Mon, 24 Nov 2003 20:22:41 +0000 (24 20:22 +0000)
committerGerald Carter <jerry@samba.org>
Mon, 24 Nov 2003 20:22:41 +0000 (24 20:22 +0000)
treec9ceaca15651ca1c0dca4bc59e99a60a5c91e323
parent4d49fb806db6868f97069a603a28a85dc31cfe21
strequal() returns a BOOL, not an int like strcmp(); this fixes a bug in check_bind_response()
source/rpc_client/cli_pipe.c