mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +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:
parent
149cf1cf75
commit
022abd49c0
@ -395,7 +395,7 @@ error_status_t _epm_Insert(struct pipes_struct *p,
|
||||
rc = EPMAPPER_STATUS_NO_MEMORY;
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user