1
0
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:
Tim Potter 2005-06-16 06:55:55 +00:00 committed by Gerald (Jerry) Carter
parent b2529307aa
commit c01c176da6

View File

@ -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;