Ignore:
Timestamp:
Jul 26, 2016, 12:03:54 PM (9 years ago)
Author:
Paul Smedley
Message:

Fix build break

File:
1 edited

Legend:

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

    r938 r939  
    404404        /* must be a normal share */
    405405 
    406         status = cli_tree_connect(c, sharename, "?????",
     406        status = cli_tree_connect(c, share, "?????",
    407407                                  srv->password, strlen(srv->password)+1);
    408408        if (!NT_STATUS_IS_OK(status)) {
Note: See TracChangeset for help on using the changeset viewer.