- Timestamp:
- Dec 28, 2016, 10:23:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-3.0/src/smbwrp.c
r1000 r1001 1518 1518 int _System smbwrp_echo(cli_state * cli) 1519 1519 { 1520 debuglocal(4," smbwrp_echo\n");1521 1520 unsigned char garbage[16]; 1522 1521 NTSTATUS status; … … 1534 1533 return 0; 1535 1534 } else { 1535 debuglocal(4," cli_echo failed: %s\n", nt_errstr(status)); 1536 1536 return -1; 1537 1537 }
Note:
See TracChangeset
for help on using the changeset viewer.