s3-msdfs: Make auth_serversupplied_info const.
authorAndreas Schneider <asn@cynapses.org>
Thu, 9 Sep 2010 09:37:49 +0000 (11:37 +0200)
committerAndreas Schneider <asn@samba.org>
Thu, 9 Sep 2010 14:00:08 +0000 (16:00 +0200)
source3/include/proto.h
source3/smbd/msdfs.c

index 335af1fbc76466466a56e2ca80241e91ac211e34..0b54932135f87535b3098f0422cf27152f4b52b5 100644 (file)
@@ -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  */
index 03de7e85de378298bb5e87936912a62740b15faa..481958c8ae8eaa768eff9286b11efe437a7bd74e 100644 (file)
@@ -219,7 +219,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)
 {
        connection_struct *conn;