Explorar o código

typo in logsyslog()

z3APA3A %!s(int64=10) %!d(string=hai) anos
pai
achega
889c5caa1f
Modificáronse 1 ficheiros con 1 adicións e 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);
 }