diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-07-30 04:02:47 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-07-30 04:02:47 +0000 |
commit | 0f2ba3d5132bba442e9c9209efa5213f43e6499d (patch) | |
tree | 3bb77216a7a552e4bbd642d11f596ef137828009 | |
parent | 884460c2557dacff13a381157c50d964c25b0396 (diff) | |
download | samba-0f2ba3d5132bba442e9c9209efa5213f43e6499d.tar.gz samba-0f2ba3d5132bba442e9c9209efa5213f43e6499d.tar.xz samba-0f2ba3d5132bba442e9c9209efa5213f43e6499d.zip |
Add quotes so we can see 0 length strings.
(This used to be commit be3470adeea01a2d0fa2f068159d2cea39b552da)
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index bb97d72d34..98e358704d 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -1935,7 +1935,7 @@ BOOL lp_add_home(const char *pszHomename, int iDefaultService, ServicePtrs[i]->bBrowseable = sDefault.bBrowseable; DEBUG(3, - ("adding home's share [%s] for user %s at %s\n", pszHomename, + ("adding home's share [%s] for user '%s' at '%s'\n", pszHomename, user, newHomedir)); return (True); |