diff options
author | Volker Lendecke <vl@samba.org> | 2011-03-04 05:55:23 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-03-05 14:29:33 +0100 |
commit | d34092e919fd53276af4c54b7e70fff855f904fb (patch) | |
tree | 7dff3478e1abbb9f8776617f31b80fd28c4a6112 /nsswitch | |
parent | c97ea5976c50ef9d883eafed334ff69b5b43e259 (diff) | |
download | samba-d34092e919fd53276af4c54b7e70fff855f904fb.tar.gz |
wbinfo: Fix a debug message
Diffstat (limited to 'nsswitch')
-rw-r--r-- | nsswitch/wbinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/wbinfo.c b/nsswitch/wbinfo.c index 150193d33c5..a4957abf78c 100644 --- a/nsswitch/wbinfo.c +++ b/nsswitch/wbinfo.c @@ -385,7 +385,7 @@ static bool wbinfo_get_userdomgroups(const char *user_sid_str) wbc_status = wbcStringToSid(user_sid_str, &user_sid); if (!WBC_ERROR_IS_OK(wbc_status)) { - d_fprintf(stderr, "failed to call wbcSidToString: %s\n", + d_fprintf(stderr, "failed to call wbcStringToSid: %s\n", wbcErrorString(wbc_status)); return false; } |