mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
Yet another '\n' termination of debug message.
rafal
(This used to be commit 3e57c2c685
)
This commit is contained in:
@ -293,7 +293,7 @@ static int api_fd_reply(connection_struct *conn,uint16 vuid,char *outbuf,
|
||||
return api_no_reply(outbuf, mdrcnt);
|
||||
}
|
||||
|
||||
DEBUG(3,("Got API command 0x%x on pipe \"%s\" (pnum %x)", subcommand, p->name, pnum));
|
||||
DEBUG(3,("Got API command 0x%x on pipe \"%s\" (pnum %x)\n", subcommand, p->name, pnum));
|
||||
|
||||
/* record maximum data length that can be transmitted in an SMBtrans */
|
||||
p->max_trans_reply = mdrcnt;
|
||||
|
Reference in New Issue
Block a user