1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-15 16:23:49 +03:00

r24145: Fix a comment

This commit is contained in:
Volker Lendecke
2007-08-03 07:00:19 +00:00
committed by Gerald (Jerry) Carter
parent 28affcca8e
commit 34a00d8aa9

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;