diff options
author | Tim Potter <tpot@samba.org> | 2001-05-09 05:06:35 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-05-09 05:06:35 +0000 |
commit | bc776832834c2c973c6714c66901fe22f0679962 (patch) | |
tree | 772414fe8cb7ac584cfd4b73fc19763c160e9ebc /source3/nsswitch/winbindd_glue.c | |
parent | 989ece4b265d7ea8379aa9c1899c59aadf8bd120 (diff) | |
download | samba-bc776832834c2c973c6714c66901fe22f0679962.tar.gz samba-bc776832834c2c973c6714c66901fe22f0679962.tar.bz2 samba-bc776832834c2c973c6714c66901fe22f0679962.zip |
Fixes from nsswitch testsuite. Lots of stuff works much better now. (-:
(This used to be commit 014859b62b31ceff5b5ca3d1699792e362c77a85)
Diffstat (limited to 'source3/nsswitch/winbindd_glue.c')
-rw-r--r-- | source3/nsswitch/winbindd_glue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_glue.c b/source3/nsswitch/winbindd_glue.c index 6f55e564f4..ac48ae1013 100644 --- a/source3/nsswitch/winbindd_glue.c +++ b/source3/nsswitch/winbindd_glue.c @@ -306,7 +306,7 @@ BOOL wb_get_samr_query_userinfo(CLI_POLICY_HND *pol, uint32 info_level, done: if (got_user_pol) cli_samr_close(pol->cli, pol->mem_ctx, &user_pol); - return (result != NT_STATUS_NOPROBLEMO); + return (result == NT_STATUS_NOPROBLEMO); } /**************************************************************************** |