Changeset 150 for branches/client-1.5/src/smbwrp.c
- Timestamp:
- Aug 20, 2008, 2:29:02 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-1.5/src/smbwrp.c
r147 r150 1 1 2 #include "includes.h" 2 3 … … 95 96 if (cli->fd == -1) 96 97 { 97 return ENOTCONN;98 return maperror( ENOTCONN); 98 99 } 99 100 return maperror(cli_errno(cli)); … … 495 496 496 497 debuglocal(4," tconx ok. cli caps %08x\n", c->capabilities); 497 498 498 499 // save cli_state pointer 499 500 *cli = c;
Note:
See TracChangeset
for help on using the changeset viewer.