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

Function sqlerr

src/auth.c:1320–1326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1318}
1319
1320void sqlerr (char *buf){
1321 if(conf.stdlog){
1322 fprintf(conf.stdlog, "%s\n", buf);
1323 fflush(conf.stdlog);
1324 }
1325 pthread_mutex_unlock(&log_mutex);
1326}
1327
1328void logsql(struct clientparam * param, const unsigned char *s) {
1329 SQLRETURN ret;

Callers 1

logsqlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected