summaryrefslogtreecommitdiff
path: root/nsswitch/wbinfo.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-03-04 05:55:23 +0100
committerVolker Lendecke <vl@samba.org>2011-03-05 14:29:33 +0100
commitd34092e919fd53276af4c54b7e70fff855f904fb (patch)
tree7dff3478e1abbb9f8776617f31b80fd28c4a6112 /nsswitch/wbinfo.c
parentc97ea5976c50ef9d883eafed334ff69b5b43e259 (diff)
downloadsamba-d34092e919fd53276af4c54b7e70fff855f904fb.tar.gz
samba-d34092e919fd53276af4c54b7e70fff855f904fb.tar.bz2
samba-d34092e919fd53276af4c54b7e70fff855f904fb.zip
wbinfo: Fix a debug message
Diffstat (limited to 'nsswitch/wbinfo.c')
-rw-r--r--nsswitch/wbinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/wbinfo.c b/nsswitch/wbinfo.c
index 150193d33c..a4957abf78 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;
}