From a05ac3039b34f07b730b673c3b2c1a0a923cbd35 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Matthias=20Dieter=20Walln=C3=B6fer?= Date: Fri, 21 May 2010 23:16:43 +0200 Subject: [PATCH] s4:ntvfs/ipc/vfs_ipc.c - add more "const" in order to fix warnings --- source4/ntvfs/ipc/vfs_ipc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source4/ntvfs/ipc/vfs_ipc.c b/source4/ntvfs/ipc/vfs_ipc.c index 1455424abe9..676f545832e 100644 --- a/source4/ntvfs/ipc/vfs_ipc.c +++ b/source4/ntvfs/ipc/vfs_ipc.c @@ -249,8 +249,8 @@ static NTSTATUS ipc_open(struct ntvfs_module_context *ntvfs, struct tevent_req *subreq; const char *fname; const char *directory; - struct tsocket_address *client_addr; - struct tsocket_address *server_addr; + const struct tsocket_address *client_addr; + const struct tsocket_address *server_addr; int ret; DATA_BLOB delegated_creds = data_blob_null; -- 2.11.4.GIT