mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
* main.c (process_args) [WITH_SMBFS]: Call smbfs_set_debugf()
for "-l" option.
This commit is contained in:
parent
7f75f866af
commit
40c35f02c5
@ -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>
|
2002-09-13 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* main.c: Fully remove obsolete "-m" option.
|
* main.c: Fully remove obsolete "-m" option.
|
||||||
|
@ -2202,6 +2202,9 @@ process_args (int c, const char *option_arg)
|
|||||||
#ifdef USE_NETCODE
|
#ifdef USE_NETCODE
|
||||||
case 'l':
|
case 'l':
|
||||||
ftpfs_set_debug (option_arg);
|
ftpfs_set_debug (option_arg);
|
||||||
|
#ifdef WITH_SMBFS
|
||||||
|
smbfs_set_debugf (option_arg);
|
||||||
|
#endif
|
||||||
break;
|
break;
|
||||||
|
|
||||||
#ifdef WITH_SMBFS
|
#ifdef WITH_SMBFS
|
||||||
|
Loading…
Reference in New Issue
Block a user