X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/f5b9994aaf8caba08942bb6aed89e755b84c3ccc..491a7a831b9d148086d2f93b8f3f688570f5db48:/gen/aliases.qc diff --git a/gen/aliases.qc b/gen/aliases.qc index 074986d4..bad45798 100644 --- a/gen/aliases.qc +++ b/gen/aliases.qc @@ -179,7 +179,8 @@ get_info() users = create_hash(15000); ## range of u is users ## retrieve (id = u.users_id, name = u.login, type = u.potype, -## pid = u.pop_id, bid = u.box_id) where u.status = 1 { +## pid = u.pop_id, bid = u.box_id) +## where u.status = 1 or u.status = 5 or u.status = 6 { u = (struct user *) malloc(sizeof(struct user)); strcpy(u->login, strtrim(name)); u->pobox = (char *) NULL;