Explorar el Código

typo in logsyslog()

z3APA3A hace 10 años
padre
commit
889c5caa1f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/common.c

+ 1 - 1
src/common.c

@@ -629,7 +629,7 @@ void logsyslog(struct clientparam * param, const unsigned char *s) {
 		logmutexinit = 1;
 	}
 	pthread_mutex_lock(&log_mutex);
-	dobuf(param, tmpbuf, s, NULL)
+	dobuf(param, tmpbuf, s, NULL);
 	if(!param->nolog)syslog(LOG_INFO, "%s", tmpbuf);
 	pthread_mutex_unlock(&log_mutex);
 }