diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-09 19:55:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:56:49 -0500 |
commit | 306b12ad4943737f6810df9237ab93b64c931fbd (patch) | |
tree | 4a026777c67ee04ffe4e6fc0d6473599d0473b22 /source4/client | |
parent | 906d3fd22ab224780f155c04e32facb884f6afb5 (diff) | |
download | samba-306b12ad4943737f6810df9237ab93b64c931fbd.tar.gz samba-306b12ad4943737f6810df9237ab93b64c931fbd.tar.bz2 samba-306b12ad4943737f6810df9237ab93b64c931fbd.zip |
r14094: Use saner module directory names, fix loading of server service modules.
(This used to be commit b6ffad3860ba2cf9d8f3423d65be91dcfc962ca2)
Diffstat (limited to 'source4/client')
-rw-r--r-- | source4/client/cifsdd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/client/cifsdd.c b/source4/client/cifsdd.c index 6db18dce4f..a168a91946 100644 --- a/source4/client/cifsdd.c +++ b/source4/client/cifsdd.c @@ -295,7 +295,7 @@ static void cifsdd_help_message(poptContext pctx, const char * parg, void * pdata) { - static const char const notes[] = + static const char notes[] = "FILE can be a local filename or a UNC path of the form //server/share/path.\n"; char prefix[24]; |