aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/daemon.c')
-rw-r--r--src/daemon/daemon.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
index 854ed9c6..716d8636 100644
--- a/src/daemon/daemon.c
+++ b/src/daemon/daemon.c
@@ -64,8 +64,6 @@
64#endif 64#endif
65#endif 65#endif
66 66
67const static char mhd_package_version[] = PACKAGE_VERSION;
68
69/** 67/**
70 * Trace up to and return master daemon. If the supplied daemon 68 * Trace up to and return master daemon. If the supplied daemon
71 * is a master, then return the daemon itself. 69 * is a master, then return the daemon itself.
@@ -1509,7 +1507,7 @@ MHD_get_daemon_info (struct MHD_Daemon *daemon,
1509const char * 1507const char *
1510MHD_get_version (void) 1508MHD_get_version (void)
1511{ 1509{
1512 return mhd_package_version; 1510 return PACKAGE_VERSION;
1513} 1511}
1514 1512
1515#ifndef WINDOWS 1513#ifndef WINDOWS