Whamcloud - gitweb
b=13597
authornathan <nathan>
Tue, 11 Sep 2007 19:39:20 +0000 (19:39 +0000)
committernathan <nathan>
Tue, 11 Sep 2007 19:39:20 +0000 (19:39 +0000)
spelling - apparently we don't compile with SOCKNAL_VERSION_DEBUG

lnet/klnds/socklnd/socklnd_lib-linux.c

index 0689d9d..7707fd5 100644 (file)
@@ -186,7 +186,7 @@ ksocknal_lib_tunables_init ()
                 .ctl_name = j++,
                 .procname = "protocol",
                 .data     = ksocknal_tunables.ksnd_protocol,
-                .maxlin   = sizeof(int),
+                .maxlen   = sizeof(int),
                 .mode     = 0644,
                 .proc_handler = &proc_dointvec
         };