1
0
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:
James Peach 2007-05-01 21:22:55 +00:00 committed by Gerald (Jerry) Carter
parent bbc102172a
commit 4c58b6b194

View 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;