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:
@ -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) );
|
||||
|
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user