summaryrefslogtreecommitdiffstats
path: root/stream/stream_smb.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_smb.c')
-rw-r--r--stream/stream_smb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_smb.c b/stream/stream_smb.c
index 282aec078a..370e599db5 100644
--- a/stream/stream_smb.c
+++ b/stream/stream_smb.c
@@ -20,7 +20,7 @@ static const m_option_t stream_opts_fields[] = {
{ NULL, NULL, 0, 0, 0, 0, NULL }
};
-static struct m_struct_st stream_opts = {
+static const struct m_struct_st stream_opts = {
"smb",
sizeof(struct stream_priv_s),
&stream_priv_dflts,