aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-08-18 22:26:40 +0300
committerSergey Poznyakoff <gray@gnu.org>2017-08-18 22:26:40 +0300
commit7ff78fe48baaf6a4fa24408f8327ef8ecb886a95 (patch)
tree4b2a915a6e96a0a7926af420efcc17e0e9fee0a3
parentf8b326deb39ba2f07335ae63174b9d221350e1a4 (diff)
downloadnssync-7ff78fe48baaf6a4fa24408f8327ef8ecb886a95.tar.gz
nssync-7ff78fe48baaf6a4fa24408f8327ef8ecb886a95.tar.bz2
Fix compilation without libmicrohttpd (again)
m---------grecs0
-rw-r--r--src/noserver.c4
2 files changed, 2 insertions, 2 deletions
diff --git a/grecs b/grecs
-Subproject 6020d6243c7fdf657da768b3fb2efa1244665d5
+Subproject 5938aedc98430070bc009c88696829462e7bd27
diff --git a/src/noserver.c b/src/noserver.c
index 5b43508..5dfacbd 100644
--- a/src/noserver.c
+++ b/src/noserver.c
@@ -1,8 +1,8 @@
#include "nssync.h"
-void
+int
nssync_server(void)
{
error("compiled without HTTPD support");
- exit(EX_UNAVAILABLE);
+ return EX_UNAVAILABLE;
}

Return to:

Send suggestions and report system problems to the System administrator.