From 1364d55aba0a06dc60b7bd00820a3933877c05db Mon Sep 17 00:00:00 2001 From: mar Date: Mon, 22 Nov 1993 14:55:01 +0000 Subject: [PATCH 1/1] added prefix field to subnet table --- server/qfollow.dc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/qfollow.dc b/server/qfollow.dc index f541fc37..a0d631b1 100644 --- a/server/qfollow.dc +++ b/server/qfollow.dc @@ -703,7 +703,7 @@ followup_gsnt(q, sq, v, action, actarg, cl) char **argv, *malloc(), *realloc(), *type; int id, i, idx, status; - idx = 7; + idx = 8; while (sq_get_data(sq, &argv)) { mr_trim_args(q->vcnt, argv); -- 2.45.2