From b9e8b01e8c1ffb953d5c22aea0c0a7adf5fbfeef Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Thu, 26 Sep 2024 17:22:17 +0200 Subject: [PATCH] [smb] wrong type --- src/protocol/smb/smb2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol/smb/smb2.c b/src/protocol/smb/smb2.c index 85cd01816..2de9a6b5f 100644 --- a/src/protocol/smb/smb2.c +++ b/src/protocol/smb/smb2.c @@ -37,7 +37,7 @@ #include "util/string.h" -static void +static const char * get_name_smb(struct module *module) { static char elsmbversion[32];