1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-16 15:04:37 -04:00

smb2: Do not use smb_options.

This commit is contained in:
Witold Filipczyk 2007-02-17 13:18:42 +01:00 committed by Witold Filipczyk
parent 81ec678499
commit 20048696c8

View File

@ -43,6 +43,7 @@
#include "util/string.h"
/* These options are not used. */
#if 0
struct option_info smb_options[] = {
INIT_OPT_TREE("protocol", N_("SMB"),
"smb", 0,
@ -54,10 +55,11 @@ struct option_info smb_options[] = {
NULL_OPTION_INFO,
};
#endif
struct module smb_protocol_module = struct_module(
/* name: */ N_("SMB"),
/* options: */ smb_options,
/* options: */ NULL,
/* hooks: */ NULL,
/* submodules: */ NULL,
/* data: */ NULL,