diff options
author | Andreas Schneider <asn@cynapses.org> | 2010-09-09 11:37:49 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2010-09-09 16:00:08 +0200 |
commit | 021539570b4beac81d22edd60c0cf026f2628479 (patch) | |
tree | 6720f76385c25aef2d8bb7dc54aa9abd6a74a9cc /source3/include/proto.h | |
parent | 0d9fa9e96fd85fab6b51a590612ad2385617f972 (diff) | |
download | samba-021539570b4beac81d22edd60c0cf026f2628479.tar.gz samba-021539570b4beac81d22edd60c0cf026f2628479.tar.xz samba-021539570b4beac81d22edd60c0cf026f2628479.zip |
s3-msdfs: Make auth_serversupplied_info const.
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 335af1fbc76..0b54932135f 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 */ |