FACT++  1.0
int check_client ( REQUEST reqp,
int *  client_ids 
)

Definition at line 1531 of file dis_old.c.

References req_ent::conn_id.

Referenced by do_update_service().

1532 {
1533  if(!client_ids)
1534  return(1);
1535  while(*client_ids)
1536  {
1537  if(reqp->conn_id == *client_ids)
1538  {
1539  return(1);
1540  }
1541  client_ids++;
1542  }
1543  return(0);
1544 }
int conn_id
Definition: dis.c:55

+ Here is the caller graph for this function: