r22633: Fix typo in debug message.
authorJames Peach <jpeach@samba.org>
Tue, 1 May 2007 21:22:55 +0000 (21:22 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:19:51 +0000 (12:19 -0500)
(This used to be commit 4c58b6b1946bf61b24cbdb3c331fee3d48a6b7d2)

source3/nsswitch/winbindd_sid.c

index 648d71f2d5da32e1eb5780a20edad47ea77085d1..881aa1af7912c0590b117a3558970a07001b024b 100644 (file)
@@ -270,7 +270,7 @@ static void sid2gid_lookupsid_recv( void *private_data, BOOL success,
        DOM_SID sid;
 
        if (!success) {
-               DEBUG(5, ("sid2gid_lookupsid_recv: Could not convert get sid type for %s\n",
+               DEBUG(5, ("sid2gid_lookupsid_recv: Could not get sid type for %s\n",
                          state->request.data.sid));
                request_error(state);
                return;