s3-msdfs: Make auth_serversupplied_info const.
[kai/samba.git] / source3 / smbd / msdfs.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;