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:
committed by
Gerald (Jerry) Carter
parent
28affcca8e
commit
34a00d8aa9
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user