Changeset 596 for trunk/server/source3/lib/netapi/share.c
- Timestamp:
- Jul 2, 2011, 3:35:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/lib/netapi/share.c
r414 r596 216 216 } 217 217 218 status = rpccli_srvsvc_NetShareAdd(pipe_cli, ctx,218 status = rpccli_srvsvc_NetShareAdd(pipe_cli, talloc_tos(), 219 219 r->in.server_name, 220 220 r->in.level, … … 260 260 } 261 261 262 status = rpccli_srvsvc_NetShareDel(pipe_cli, ctx,262 status = rpccli_srvsvc_NetShareDel(pipe_cli, talloc_tos(), 263 263 r->in.server_name, 264 264 r->in.net_name, … … 339 339 } 340 340 341 status = rpccli_srvsvc_NetShareEnumAll(pipe_cli, ctx,341 status = rpccli_srvsvc_NetShareEnumAll(pipe_cli, talloc_tos(), 342 342 r->in.server_name, 343 343 &info_ctr, … … 424 424 } 425 425 426 status = rpccli_srvsvc_NetShareGetInfo(pipe_cli, ctx,426 status = rpccli_srvsvc_NetShareGetInfo(pipe_cli, talloc_tos(), 427 427 r->in.server_name, 428 428 r->in.net_name, … … 503 503 } 504 504 505 status = rpccli_srvsvc_NetShareSetInfo(pipe_cli, ctx,505 status = rpccli_srvsvc_NetShareSetInfo(pipe_cli, talloc_tos(), 506 506 r->in.server_name, 507 507 r->in.net_name,
Note:
See TracChangeset
for help on using the changeset viewer.