gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r8370 - libmicrohttpd/src/daemon


From: gnunet
Subject: [GNUnet-SVN] r8370 - libmicrohttpd/src/daemon
Date: Wed, 1 Apr 2009 19:47:02 -0600

Author: grothoff
Date: 2009-04-01 19:47:01 -0600 (Wed, 01 Apr 2009)
New Revision: 8370

Modified:
   libmicrohttpd/src/daemon/daemon.c
Log:
simpler

Modified: libmicrohttpd/src/daemon/daemon.c
===================================================================
--- libmicrohttpd/src/daemon/daemon.c   2009-04-01 19:34:19 UTC (rev 8369)
+++ libmicrohttpd/src/daemon/daemon.c   2009-04-02 01:47:01 UTC (rev 8370)
@@ -64,8 +64,6 @@
 #endif
 #endif
 
-const static char mhd_package_version[] = PACKAGE_VERSION;
-
 /**
  * Trace up to and return master daemon. If the supplied daemon
  * is a master, then return the daemon itself.
@@ -1509,7 +1507,7 @@
 const char *
 MHD_get_version (void)
 {
-  return mhd_package_version;
+  return PACKAGE_VERSION;
 }
 
 #ifndef WINDOWS





reply via email to

[Prev in Thread] Current Thread [Next in Thread]