From: mar Date: Mon, 22 Nov 1993 14:55:01 +0000 (+0000) Subject: added prefix field to subnet table X-Git-Tag: release77~54 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/1364d55aba0a06dc60b7bd00820a3933877c05db?hp=9a6557f646fe89882191e0bd0e8503ad82b0f4b3 added prefix field to subnet table --- 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);