Changeset 52
- Timestamp:
- Aug 6, 2007, 1:05:32 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/ndpsmb/smbwrp.c
r51 r52 3 3 #include "smbwrp.h" 4 4 5 //PS6 5 static int 7 6 net_share_enum_rpc(struct cli_state *cli, … … 83 82 return W_ERROR_IS_OK(result) ? 0 : -1; 84 83 } 85 //PS86 84 87 85 /* … … 1388 1386 smbwrp_special_add(".", state); 1389 1387 smbwrp_special_add("..", state); 1390 // if (cli_RNetShareEnum(cli, smbwrp_share_add, state) < 0) 1388 1391 1389 if (net_share_enum_rpc(cli, smbwrp_share_add, state) < 0 && 1392 1390 cli_RNetShareEnum(cli,smbwrp_share_add, state) < 0)
Note:
See TracChangeset
for help on using the changeset viewer.