Changeset 745 for trunk/server/source3/utils/net_dom.c
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source3/utils/net_dom.c
r414 r745 20 20 #include "includes.h" 21 21 #include "utils/net.h" 22 #include "../librpc/gen_ndr/cli_initshutdown.h" 22 #include "../librpc/gen_ndr/ndr_initshutdown.h" 23 #include "../librpc/gen_ndr/ndr_winreg.h" 24 #include "lib/netapi/netapi.h" 25 #include "lib/netapi/netapi_net.h" 26 #include "libsmb/libsmb.h" 23 27 24 28 int net_dom_usage(struct net_context *c, int argc, const char **argv) … … 371 375 }; 372 376 373 status = libnetapi_ init(&c->netapi_ctx);377 status = libnetapi_net_init(&c->netapi_ctx); 374 378 if (status != 0) { 375 379 return -1;
Note:
See TracChangeset
for help on using the changeset viewer.