1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r24145: Fix a comment

(This used to be commit 34a00d8aa9)
This commit is contained in:
Volker Lendecke 2007-08-03 07:00:19 +00:00 committed by Gerald (Jerry) Carter
parent bd627a1597
commit fe92fdc67d

View File

@ -3142,8 +3142,8 @@ static int handle_nttrans(connection_struct *conn,
default:
/* Error in request */
DEBUG(0,("reply_nttrans: Unknown request %d in nttrans call\n",
state->call));
DEBUG(0,("handle_nttrans: Unknown request %d in "
"nttrans call\n", state->call));
return ERROR_DOS(ERRSRV,ERRerror);
}
return outsize;