NULL -> 0.

This commit is contained in:
ru 2004-03-17 20:19:45 +00:00
parent 4be5843981
commit 4bafff45c6

View File

@ -222,7 +222,7 @@ struct protox netgraphprotox[] = {
NULL, NULL, "ctrl", 0 },
{ N_NGSOCKS, -1, 1, netgraphprotopr,
NULL, NULL, "data", 0 },
{ -1, NULL, 0, 0,
{ -1, 0, 0, 0,
0, NULL, 0, 0 }
};