Change the char * pointers in the struct to const char * (which is how they're treated).
commit76f5a39c7f165c656cdc9db29bfa0df59514fceb
authorJeremy Allison <jra@samba.org>
Thu, 5 May 2011 23:19:23 +0000 (5 16:19 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 5 May 2011 23:44:07 +0000 (6 01:44 +0200)
tree068f034bbe132142bfe782d806feb1054601c606
parent9eee6e2fd2fcb1dcf19541d1bdc72eb048b3ba4a
Change the char * pointers in the struct to const char * (which is how they're treated).
source3/modules/vfs_scannedonly.c