Changeset 745 for trunk/server/source3/utils/net_rpc_shell.c
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
source3/utils/net_rpc_shell.c (modified) (2 diffs)
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_rpc_shell.c
r414 r745 20 20 21 21 #include "includes.h" 22 22 23 #include "utils/net.h" 24 25 26 27 28 29 23 30 24 31 static NTSTATUS rpc_sh_info(struct net_context *c, … … 219 226 } 220 227 221 if (libnetapi_ init(&c->netapi_ctx) != 0) {228 if (libnetapi_init(&c->netapi_ctx) != 0) { 222 229 return -1; 223 230 }
Note:
See TracChangeset
for help on using the changeset viewer.
