mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +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));
|
||||
}
|
||||
|
||||
disconnect:
|
||||
talloc_free(c.standard.out.dcerpc_pipe);
|
||||
|
||||
return status;
|
||||
@ -153,7 +152,6 @@ NTSTATUS libnet_DelShare(struct libnet_context *ctx,
|
||||
r->in.server_name, nt_errstr(status));
|
||||
}
|
||||
|
||||
disconnect:
|
||||
talloc_free(c.standard.out.dcerpc_pipe);
|
||||
|
||||
return status;
|
||||
|
Loading…
Reference in New Issue
Block a user