Ignore:
Timestamp:
Dec 28, 2016, 10:23:08 PM (9 years ago)
Author:
Paul Smedley
Message:

smbwrp_echo tweaks to only log when there is a failure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/client-3.0/src/smbwrp.c

    r1000 r1001  
    15181518int _System smbwrp_echo(cli_state * cli)
    15191519{
    1520         debuglocal(4," smbwrp_echo\n");
    15211520        unsigned char garbage[16];
    15221521        NTSTATUS status;
     
    15341533                return 0;
    15351534        } else {
     1535                debuglocal(4," cli_echo failed: %s\n", nt_errstr(status));
    15361536                return -1;
    15371537        }
Note: See TracChangeset for help on using the changeset viewer.