summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-01-31 14:19:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:35 -0500
commit18c2c8cece94c28c9986a7d71ed092959f50385a (patch)
treefeb5032d31ca003b6966271c9bd8fb8f3241f2fa
parent547f77778abc45bf329dcb53182127d72596c812 (diff)
downloadsamba-18c2c8cece94c28c9986a7d71ed092959f50385a.tar.gz
samba-18c2c8cece94c28c9986a7d71ed092959f50385a.tar.bz2
samba-18c2c8cece94c28c9986a7d71ed092959f50385a.zip
r21088: Apply some const
(This used to be commit 1f463f7cb59da2c819b45f33d797101943d5e205)
-rw-r--r--source3/include/smb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 0fe5a44e3c..5ad05cd2f9 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -442,7 +442,7 @@ struct vfs_fsp_data {
struct notify_change {
uint32_t action;
- char *name;
+ const char *name;
};
struct notify_mid_map;