1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

fixed typo

This commit is contained in:
Andrew Tridgell
-
parent 9e69f59d6c
commit 2d1829dfd0
2 changed files with 2 additions and 2 deletions

View File

@ -815,7 +815,7 @@ int open_socket_in( int type, int port, int dlevel, uint32 socket_addr, BOOL reb
#ifdef SO_REUSEPORT
if( setsockopt(res,SOL_SOCKET,SO_REUSEPORT,(char *)&val,sizeof(val)) == -1 ) {
if( DEBUGLVL( dlevel ) ) {
dbgtext( "open_socket_in(): setsockopt: "
dbgtext( "open_socket_in(): setsockopt: ");
dbgtext( "SO_REUSEPORT = %d ", val?"True":"False" );
dbgtext( "on port %d failed ", port );
dbgtext( "with error = %s\n", strerror(errno) );

View File

@ -219,7 +219,7 @@ int cli_errno(struct cli_state *cli)
{
NTSTATUS status;
if (cli_is_dos_error) {
if (cli_is_dos_error(cli)) {
uint8 eclass;
uint32 ecode;