mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
s3:srv_epmapper: use dcerpc_binding_get_abstract_syntax() in _epm_Insert()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
This commit is contained in:
committed by
Günther Deschner
parent
149cf1cf75
commit
022abd49c0
@ -395,7 +395,7 @@ error_status_t _epm_Insert(struct pipes_struct *p,
|
|||||||
rc = EPMAPPER_STATUS_NO_MEMORY;
|
rc = EPMAPPER_STATUS_NO_MEMORY;
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
iface->syntax_id = b->object;
|
iface->syntax_id = dcerpc_binding_get_abstract_syntax(b);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Check if the rpc service is alrady registered on the
|
* Check if the rpc service is alrady registered on the
|
||||||
|
Reference in New Issue
Block a user