]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix SMALL build.
authorRoy Marples <roy@marples.name>
Wed, 24 Jul 2019 15:06:51 +0000 (16:06 +0100)
committerRoy Marples <roy@marples.name>
Wed, 24 Jul 2019 15:06:51 +0000 (16:06 +0100)
src/logerr.c

index 83b34bd12e165fbcd1f959126f70795e81dd65c1..59f8cb611241be5788fa1c670dc811a039570ca5 100644 (file)
@@ -209,6 +209,7 @@ vlogmessage(int pri, const char *fmt, va_list args)
 
 #ifdef SMALL
        vsyslog(pri, fmt, args);
+       return len;
 #else
        if (ctx->log_file == NULL) {
                vsyslog(pri, fmt, args);