Ignore:
Timestamp:
Mar 1, 2010, 3:05:48 PM (15 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3.x to 3.3.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/utils/net_rpc.c

    r370 r411  
    588588int net_rpc_getsid(struct net_context *c, int argc, const char **argv)
    589589{
     590        int conn_flags = NET_FLAGS_PDC;
     591
     592        if (!c->opt_user_specified) {
     593                conn_flags |= NET_FLAGS_ANONYMOUS;
     594        }
     595
    590596        if (c->display_usage) {
    591597                d_printf("Usage:\n"
     
    596602
    597603        return run_rpc_command(c, NULL, &ndr_table_samr.syntax_id,
    598                                NET_FLAGS_ANONYMOUS | NET_FLAGS_PDC,
     604                               conn_flags,
    599605                               rpc_getsid_internals,
    600606                               argc, argv);
Note: See TracChangeset for help on using the changeset viewer.