Changeset 52


Ignore:
Timestamp:
Aug 6, 2007, 1:05:32 AM (18 years ago)
Author:
Paul Smedley
Message:

Tidy Up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/ndpsmb/smbwrp.c

    r51 r52  
    33#include "smbwrp.h"
    44
    5 //PS
    65static int
    76net_share_enum_rpc(struct cli_state *cli,
     
    8382        return W_ERROR_IS_OK(result) ? 0 : -1;
    8483}
    85 //PS
    8684
    8785/*
     
    13881386                smbwrp_special_add(".", state);
    13891387                smbwrp_special_add("..", state);
    1390 //              if (cli_RNetShareEnum(cli, smbwrp_share_add, state) < 0)
     1388
    13911389                if (net_share_enum_rpc(cli, smbwrp_share_add, state) < 0 &&
    13921390                            cli_RNetShareEnum(cli,smbwrp_share_add, state) < 0)
Note: See TracChangeset for help on using the changeset viewer.