Fix the handling of smb.conf in libsmbclient.
commitf4cc85c6c97e7a3e0b63eb4570ca24f1e950379a
authorRichard Sharpe <sharpe@samba.org>
Sun, 6 Apr 2003 17:22:41 +0000 (6 17:22 +0000)
committerRichard Sharpe <sharpe@samba.org>
Sun, 6 Apr 2003 17:22:41 +0000 (6 17:22 +0000)
tree38641388de2e8fba24af9123952d295e550073f7
parentdf883f35b28a4991470bd081f63a378225bdf827
Fix the handling of smb.conf in libsmbclient.

The right thing to do is to try for the user's local one in ~/.smbc/smb.conf,
and if that fails, try the one in dyn_CONFIGFILE, and if that fails, keep
going with the defaults but log a message.
(This used to be commit 15fa48d19d178cf8bf214ea02f6c7a4c38890f71)
source3/libsmb/libsmbclient.c