* main.c (process_args) [WITH_SMBFS]: Call smbfs_set_debugf()

for "-l" option.
This commit is contained in:
Andrew V. Samoilov 2002-09-13 10:04:21 +00:00
parent 7f75f866af
commit 40c35f02c5
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-09-13 Andrew V. Samoilov <sav@bcs.zp.ua>
* main.c (process_args) [WITH_SMBFS]: Call smbfs_set_debugf()
for "-l" option.
2002-09-13 Pavel Roskin <proski@gnu.org>
* main.c: Fully remove obsolete "-m" option.

View File

@ -2202,6 +2202,9 @@ process_args (int c, const char *option_arg)
#ifdef USE_NETCODE
case 'l':
ftpfs_set_debug (option_arg);
#ifdef WITH_SMBFS
smbfs_set_debugf (option_arg);
#endif
break;
#ifdef WITH_SMBFS