FACT++  1.0
static void error_handler ( int  conn_id,
int  severity,
int  errcode,
char *  reason 
)
static

Definition at line 162 of file dns.c.

References dim_print_msg().

Referenced by main().

163 {
164  if(conn_id){}
165  if(errcode){}
166  dim_print_msg(reason, severity);
167 /*
168  if(severity == 3)
169  {
170  printf("Exiting!\n");
171  exit(2);
172  }
173 */
174 }
void dim_print_msg(char *msg, int severity)
Definition: utilities.c:180

+ Here is the call graph for this function:

+ Here is the caller graph for this function: