From 20048696c8594fa370e06734ca926f20fe998623 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Sat, 17 Feb 2007 13:18:42 +0100 Subject: [PATCH] smb2: Do not use smb_options. --- src/protocol/smb/smb2.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/protocol/smb/smb2.c b/src/protocol/smb/smb2.c index be7e4363..e26ed915 100644 --- a/src/protocol/smb/smb2.c +++ b/src/protocol/smb/smb2.c @@ -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,