Change some args from "char *" to "const char *" in order to get rid of
authorWayne Davison <wayned@samba.org>
Thu, 15 Jan 2009 08:14:51 +0000 (00:14 -0800)
committerWayne Davison <wayned@samba.org>
Thu, 15 Jan 2009 08:23:07 +0000 (00:23 -0800)
commitdf694f72ed3faf6d0738f95f9539dfde970ffcf9
tree0abe5ee45496f0440c7e55a7788716d3bab49e30
parent11ef77b76aa0837851bc1c808921c5bacaa3d464
Change some args from "char *" to "const char *" in order to get rid of
a compiler warning that was just introduced.  Also avoids changing the
host string to lower-case in access.c (by using iwildmatch()).
access.c
clientserver.c