From f098e072bec8d5858afbf713635217ea84c7e45d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 12 Mar 2000 22:53:05 +0000 Subject: Fixed a bunch of FIXME's by removing them :) --- nest/proto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/proto.c') diff --git a/nest/proto.c b/nest/proto.c index 7243fcd..937cda2 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -283,7 +283,7 @@ proto_rethink_goal(struct proto *p) mb_free(p); if (!nc) return; - p = proto_init(nc); /* FIXME: What about protocol priorities??? */ + p = proto_init(nc); } /* Determine what state we want to reach */ -- cgit v1.2.3