summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-11-06 18:40:51 +0000
committerJeremy Allison <jra@samba.org>1998-11-06 18:40:51 +0000
commit4bd1feb68c4f5134293d87433da932c20cded915 (patch)
treed25363592d47b9ef33a44af17d1852f5c8ae4a94 /source3/lib
parent675e92301c5786ecaea29025598c76c5d7967c8b (diff)
downloadsamba-4bd1feb68c4f5134293d87433da932c20cded915.tar.gz
samba-4bd1feb68c4f5134293d87433da932c20cded915.tar.bz2
samba-4bd1feb68c4f5134293d87433da932c20cded915.zip
lib/charcnv.c: Improved debug comment.
libsmb/namequery.c: Fix to remove 2 second wait is we are doing a unicast and got a reply. smbd/dfree.c: smbd/noquotas.c: smbd/quotas.c: Fixes from Dejan Ilic <svedja@lysator.liu.se> for the quota code. utils/smbpasswd.c: Fixes to allow smbpasswd to be called from swat. Jeremy. (This used to be commit b5981c0149ad8c6f13ea87db450080616538b5d5)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/charcnv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/charcnv.c b/source3/lib/charcnv.c
index b016a07fd7..29ef72d7ac 100644
--- a/source3/lib/charcnv.c
+++ b/source3/lib/charcnv.c
@@ -225,6 +225,6 @@ void interpret_character_set(char *str)
} else if (strequal (str, "koi8-r")) {
init_koi8_r();
} else {
- DEBUG(0,("unrecognized character set\n"));
+ DEBUG(0,("unrecognized character set %s\n", str));
}
}