Commit c09b18b3 authored by Federico G. Schwindt's avatar Federico G. Schwindt Committed by Lasse Karstensen

Reestablish values lost when switching to PARAM

I've verified the rest and only these 2 were affected.
parent 06c0fb63
......@@ -915,7 +915,7 @@ PARAM(
/* name */ shm_reclen,
/* typ */ vsl_reclen,
/* min */ "16b",
/* max */ "4084",
/* max */ "65535",
/* default */ "255b",
/* units */ "bytes",
/* flags */ 0,
......@@ -1375,7 +1375,7 @@ PARAM(
/* name */ vsl_reclen,
/* typ */ vsl_reclen,
/* min */ "16b",
/* max */ "4084b",
/* max */ "65535",
/* default */ "255b",
/* units */ "bytes",
/* flags */ 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment