Changeset 411 for branches/samba-3.3.x/source/utils/net_rpc.c
- Timestamp:
- Mar 1, 2010, 3:05:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/utils/net_rpc.c
r370 r411 588 588 int net_rpc_getsid(struct net_context *c, int argc, const char **argv) 589 589 { 590 int conn_flags = NET_FLAGS_PDC; 591 592 if (!c->opt_user_specified) { 593 conn_flags |= NET_FLAGS_ANONYMOUS; 594 } 595 590 596 if (c->display_usage) { 591 597 d_printf("Usage:\n" … … 596 602 597 603 return run_rpc_command(c, NULL, &ndr_table_samr.syntax_id, 598 NET_FLAGS_ANONYMOUS | NET_FLAGS_PDC,604 conn_flags, 599 605 rpc_getsid_internals, 600 606 argc, argv);
Note:
See TracChangeset
for help on using the changeset viewer.