r6155: Fixes bug #1133
authorDerrell Lipman <derrell@samba.org>
Thu, 31 Mar 2005 20:28:47 +0000 (20:28 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:56:25 +0000 (10:56 -0500)
commit2c5a6305bd127b1a7e65356c2b3aa5c13cd2bd74
tree4a7d82403549d89011040940817738e5020709c3
parent82e3a9d9b526522376ea967c66c67b02f2c68dd8
r6155: Fixes bug #1133

Added provision for overloading some global configuration options via the new,
per-user file ~/.smb/smb.conf.append which is read after the global config
file is read (and only if the global config file was read).  This leave the
original, BC behavior of ~/.smb/smb.conf which, if found, is read but causes
the global config file to not be read.

Also fixed a potential seg fault in to lp_dump_one().
source/libsmb/libsmbclient.c
source/param/loadparm.c