strequal() returns a BOOL, not an int like strcmp(); this fixes a bug in check_bind_r...
commitf7bf71a34cd2f2465bf4d9e586688bda5c6700f7
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)
tree102c9094f012d135cfd7fd22bc70952a33fd564a
parent9ce8270a8699e36e81fbb02666e24c57454de7e3
strequal() returns a BOOL, not an int like strcmp(); this fixes a bug in check_bind_response()
(This used to be commit 84f0e97e5882375b765b818e89a6d96736cd5932)
source3/rpc_client/cli_pipe.c