removed confusing comment
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -509,7 +509,7 @@ parse_simple_key (struct parsebuf *pb) | ... | @@ -509,7 +509,7 @@ parse_simple_key (struct parsebuf *pb) |
509 | 509 | ||
510 | if (!condp->name) | 510 | if (!condp->name) |
511 | { | 511 | { |
512 | if (util_msgset (pb->token, &set, &n, 0) == 0) /*FIXME: isuid? */ | 512 | if (util_msgset (pb->token, &set, &n, 0) == 0) |
513 | { | 513 | { |
514 | put_code (pb, cond_msgset); | 514 | put_code (pb, cond_msgset); |
515 | put_code (pb, (inst_t) n); | 515 | put_code (pb, (inst_t) n); | ... | ... |
-
Please register or sign in to post a comment