- Timestamp:
- Jul 26, 2016, 12:03:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-3.0/src/smbwrp.c
r938 r939 404 404 /* must be a normal share */ 405 405 406 status = cli_tree_connect(c, share name, "?????",406 status = cli_tree_connect(c, share, "?????", 407 407 srv->password, strlen(srv->password)+1); 408 408 if (!NT_STATUS_IS_OK(status)) {
Note:
See TracChangeset
for help on using the changeset viewer.