From 021539570b4beac81d22edd60c0cf026f2628479 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 9 Sep 2010 11:37:49 +0200 Subject: s3-msdfs: Make auth_serversupplied_info const. --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 335af1fbc7..0b54932135 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4928,7 +4928,7 @@ NTSTATUS create_conn_struct(TALLOC_CTX *ctx, connection_struct **pconn, int snum, const char *path, - struct auth_serversupplied_info *server_info, + const struct auth_serversupplied_info *server_info, char **poldcwd); /* The following definitions come from smbd/negprot.c */ -- cgit