mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r7629: Unused labels.
This commit is contained in:
parent
b2529307aa
commit
c01c176da6
@ -113,7 +113,6 @@ NTSTATUS libnet_AddShare(struct libnet_context *ctx,
|
|||||||
r->in.server_name, nt_errstr(status));
|
r->in.server_name, nt_errstr(status));
|
||||||
}
|
}
|
||||||
|
|
||||||
disconnect:
|
|
||||||
talloc_free(c.standard.out.dcerpc_pipe);
|
talloc_free(c.standard.out.dcerpc_pipe);
|
||||||
|
|
||||||
return status;
|
return status;
|
||||||
@ -153,7 +152,6 @@ NTSTATUS libnet_DelShare(struct libnet_context *ctx,
|
|||||||
r->in.server_name, nt_errstr(status));
|
r->in.server_name, nt_errstr(status));
|
||||||
}
|
}
|
||||||
|
|
||||||
disconnect:
|
|
||||||
talloc_free(c.standard.out.dcerpc_pipe);
|
talloc_free(c.standard.out.dcerpc_pipe);
|
||||||
|
|
||||||
return status;
|
return status;
|
||||||
|
Loading…
Reference in New Issue
Block a user