1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-25 17:57:42 +03:00

s4:ntvfs/ipc/vfs_ipc.c - add more "const" in order to fix warnings

This commit is contained in:
Matthias Dieter Wallnöfer 2010-05-21 23:16:43 +02:00
parent 6836304957
commit a05ac3039b

View File

@ -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;