mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
Yet another '\n' termination of debug message.
rafal (This used to be commit 3e57c2c6850655da77e25de4cb047cc27741ca9c)
This commit is contained in:
parent
1fabcf0a12
commit
addfc95df2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user