1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r3809: fix compiler warning

metze
This commit is contained in:
Stefan Metzmacher 2004-11-17 14:34:02 +00:00 committed by Gerald (Jerry) Carter
parent 3b81305e2b
commit 2414044746

View File

@ -38,7 +38,7 @@ struct dcom_interface_pointer *dcom_interface_pointer_by_ipid(struct GUID *ipid)
static WERROR RemoteActivation(struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx, struct RemoteActivation *r)
{
struct CreateInstance *cr;
struct Release *ur;
/*struct Release *ur;*/
struct dcom_interface_p *o;
int i;