summaryrefslogtreecommitdiff
path: root/source3/smbd/dir.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-03-17 09:08:34 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-03-17 09:08:34 +0000
commit1331a361bd6c5cde775da4db8aade78983ca71b1 (patch)
tree1ee29a8b8599959b73e77beda58aaf12c1da275a /source3/smbd/dir.c
parenta564fed756a82d944ebde45da1ce4ea932011f10 (diff)
downloadsamba-1331a361bd6c5cde775da4db8aade78983ca71b1.tar.gz
samba-1331a361bd6c5cde775da4db8aade78983ca71b1.tar.bz2
samba-1331a361bd6c5cde775da4db8aade78983ca71b1.zip
Add const.
(This used to be commit 02f81719c7c179b61663bdf789c01ab62286fea2)
Diffstat (limited to 'source3/smbd/dir.c')
-rw-r--r--source3/smbd/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/dir.c b/source3/smbd/dir.c
index ec570d3a18..6cf56fd373 100644
--- a/source3/smbd/dir.c
+++ b/source3/smbd/dir.c
@@ -1008,7 +1008,7 @@ static ubi_dlNewList( dir_cache );
Output: None.
*****************************************************************************/
-void DirCacheAdd( const char *path, char *name, char *dname, int snum )
+void DirCacheAdd( const char *path, const char *name, const char *dname, int snum )
{
int pathlen;
int namelen;