small, simple bug in source/param/loadparm.c
Kenichi Okuyama
okuyamak at dd.iij4u.or.jp
Mon Jan 22 07:30:11 GMT 2001
Dear all,
I think I found small, simple, bug in source/param/loadparm.c
It's lot faster to show patch than to explain ;p
Following patch is for HEAD branch.
----
Kenichi Okuyama at Tokyo Research Lab. IBM-Japan, Co.
Index: ./source/param/loadparm.c
===================================================================
RCS file: /cvsroot/samba/source/param/loadparm.c,v
retrieving revision 1.270
diff -u -b -B -r1.270 loadparm.c
--- ./source/param/loadparm.c 2001/01/17 18:47:45 1.270
+++ ./source/param/loadparm.c 2001/01/22 07:28:41
@@ -1504,7 +1504,7 @@
FN_GLOBAL_INTEGER(lp_os_level, &Globals.os_level)
FN_GLOBAL_INTEGER(lp_max_ttl, &Globals.max_ttl)
FN_GLOBAL_INTEGER(lp_max_wins_ttl, &Globals.max_wins_ttl)
-FN_GLOBAL_INTEGER(lp_min_wins_ttl, &Globals.max_wins_ttl)
+FN_GLOBAL_INTEGER(lp_min_wins_ttl, &Globals.min_wins_ttl)
FN_GLOBAL_INTEGER(lp_max_log_size, &Globals.max_log_size)
FN_GLOBAL_INTEGER(lp_max_open_files, &Globals.max_open_files)
FN_GLOBAL_INTEGER(lp_maxxmit, &Globals.max_xmit)
More information about the samba-technical
mailing list