1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-08 16:23:49 +03:00

const fixes

metze
This commit is contained in:
Stefan Metzmacher
-
parent 5346756a65
commit a2beaa0823
2 changed files with 3 additions and 3 deletions

View File

@@ -190,7 +190,7 @@ void init_rpc_session(struct event_context *ev, void *private, int fd)
setup a single rpc listener
*/
static void setup_listen_rpc(struct event_context *events,
struct model_ops *model_ops,
const struct model_ops *model_ops,
struct in_addr *ifip, uint32 *port,
struct rpc_server_context *r,
const struct dcesrv_endpoint *endpoint)