diff options
author | Martin Mares <mj@ucw.cz> | 2000-03-12 22:53:05 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-03-12 22:53:05 +0000 |
commit | f098e072bec8d5858afbf713635217ea84c7e45d (patch) | |
tree | ebf4686d1346d3fabf8898d3ab12f21b8990b762 /nest/proto.c | |
parent | 432709027680d7791b325b2c2116c658eba21c8d (diff) |
Fixed a bunch of FIXME's by removing them :)
Diffstat (limited to 'nest/proto.c')
-rw-r--r-- | nest/proto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/proto.c b/nest/proto.c index 7243fcd5..937cda2d 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 */ |