gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] branch master updated: [donau] comment templating


From: gnunet
Subject: [taler-donau] branch master updated: [donau] comment templating
Date: Wed, 03 Jan 2024 00:25:23 +0100

This is an automated email from the git hooks/post-receive script.

pius-loosli pushed a commit to branch master
in repository donau.

The following commit(s) were added to refs/heads/master by this push:
     new 852f2a6  [donau] comment templating
852f2a6 is described below

commit 852f2a6a957c2e99ef2227997c3e61c9fc109d5f
Author: Pius Loosli <loosp2@bfh.ch>
AuthorDate: Wed Jan 3 00:24:57 2024 +0100

    [donau] comment templating
---
 src/donau/donau-httpd.c | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/donau/donau-httpd.c b/src/donau/donau-httpd.c
index 9cc8138..6eb8e5d 100644
--- a/src/donau/donau-httpd.c
+++ b/src/donau/donau-httpd.c
@@ -27,7 +27,7 @@
 #include <sched.h>
 #include <sys/resource.h>
 #include <limits.h>
-#include "taler/taler_templating_lib.h"
+// #include "taler/taler_templating_lib.h"
 #include "taler/taler_mhd_lib.h"
 #include "donaudb_lib.h"
 #include "donaudb_plugin.h"
@@ -49,7 +49,7 @@
  * Above what request latency do we start to log?
  */
  #define WARN_LATENCY GNUNET_TIME_relative_multiply ( \
-           GNUNET_TIME_UNIT_MILLISECONDS, 500)
+    GNUNET_TIME_UNIT_MILLISECONDS, 500)
 
 /**
  * Are clients allowed to request /keys for times other than the
@@ -779,7 +779,7 @@ do_shutdown (void *cls)
     GNUNET_CURL_gnunet_rc_destroy (donau_curl_rc);
     donau_curl_rc = NULL;
   }
-  TALER_TEMPLATING_done ();
+  // TALER_TEMPLATING_done ();
 }
 
 
@@ -817,13 +817,13 @@ run (void *cls,
     GNUNET_SCHEDULER_shutdown ();
     return;
   }
-  if (GNUNET_OK !=
-      TALER_TEMPLATING_init ("donau"))
-  {
-    global_ret = EXIT_FAILURE;
-    GNUNET_SCHEDULER_shutdown ();
-    return;
-  }
+  // if (GNUNET_OK !=
+  //     TALER_TEMPLATING_init ("donau"))
+  // {
+  //   global_ret = EXIT_FAILURE;
+  //   GNUNET_SCHEDULER_shutdown ();
+  //   return;
+  // }
   if (GNUNET_SYSERR ==
       DH_plugin->preflight (DH_plugin->cls))
   {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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