29 lines
688 B
Diff
Executable File
29 lines
688 B
Diff
Executable File
From 841cc49e0c901edfd557c4a2daa4602777dc7cdd Mon Sep 17 00:00:00 2001
|
|
From: Tyler Wear <twear@codeaurora.org>
|
|
Date: Fri, 14 Jun 2013 10:46:00 -0700
|
|
Subject: [PATCH 1/1] enable-http-date
|
|
|
|
---
|
|
config.h | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
mode change 100644 => 100755 config.h
|
|
|
|
diff --git a/config.h b/config.h
|
|
old mode 100644
|
|
new mode 100755
|
|
index e31d95e..4b616ea
|
|
--- a/config.h
|
|
+++ b/config.h
|
|
@@ -92,7 +92,7 @@
|
|
#define UPNP_STRICT
|
|
|
|
/* Add the optional Date: header in all HTTP responses */
|
|
-/*#define ENABLE_HTTP_DATE*/
|
|
+#define ENABLE_HTTP_DATE
|
|
|
|
/* disable reading and parsing of config file (miniupnpd.conf) */
|
|
/*#define DISABLE_CONFIG_FILE*/
|
|
--
|
|
1.7.8.3
|
|
|