mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r22633: Fix typo in debug message.
This commit is contained in:
parent
bbc102172a
commit
4c58b6b194
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user