MCPcopy Create free account
hub / github.com/3proxy/3proxy / if

Function if

src/conf.c:303–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301 }
302#ifndef NOODBC
303 else if(*argv[1]=='&'){
304 pthread_mutex_lock(&log_mutex);
305 close_sql();
306 init_sql((char *)argv[1]+1);
307 pthread_mutex_unlock(&log_mutex);
308 conf.logfunc = logsql;
309 }
310#endif
311 else {
312 FILE *fp;

Callers

nothing calls this directly

Calls 2

close_sqlFunction · 0.85
init_sqlFunction · 0.85

Tested by

no test coverage detected