diff stream/stream_smb.c @ 25691:68015115f63a

stream_opts should be const
author reimar
date Sun, 13 Jan 2008 12:34:42 +0000
parents 371a40dcc1cc
children 0f1b5b68af32
line wrap: on
line diff
--- a/stream/stream_smb.c	Sun Jan 13 12:09:29 2008 +0000
+++ b/stream/stream_smb.c	Sun Jan 13 12:34:42 2008 +0000
@@ -20,7 +20,7 @@
   { 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,