gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -fix comment


From: gnunet
Subject: [taler-merchant] branch master updated: -fix comment
Date: Fri, 27 Jan 2023 10:18:30 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 7c7b7407 -fix comment
7c7b7407 is described below

commit 7c7b7407afbf4f51d9c02479843257b50f398e42
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Fri Jan 27 10:18:27 2023 +0100

    -fix comment
---
 src/backend/taler-merchant-webhook   |  6 +++---
 src/backend/taler-merchant-webhook.c | 15 ++++++++-------
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/src/backend/taler-merchant-webhook 
b/src/backend/taler-merchant-webhook
index 880c8c6d..57ebb275 100755
--- a/src/backend/taler-merchant-webhook
+++ b/src/backend/taler-merchant-webhook
@@ -1,7 +1,7 @@
 #! /bin/bash
 
 # taler-merchant-webhook - temporary wrapper script for 
.libs/taler-merchant-webhook
-# Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-15
+# Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-15build2
 #
 # The taler-merchant-webhook program cannot be directly executed until all the 
libtool
 # libraries that it depends on are installed.
@@ -90,7 +90,7 @@ func_parse_lt_options ()
 
   # Print the debug banner immediately:
   if test -n "$lt_option_debug"; then
-    echo "taler-merchant-webhook:taler-merchant-webhook:$LINENO: libtool 
wrapper (GNU libtool) 2.4.6 Debian-2.4.6-15" 1>&2
+    echo "taler-merchant-webhook:taler-merchant-webhook:$LINENO: libtool 
wrapper (GNU libtool) 2.4.6 Debian-2.4.6-15build2" 1>&2
   fi
 }
 
@@ -188,7 +188,7 @@ func_exec_program ()
 
   if test -f "$progdir/$program"; then
     # Add our own library path to LD_LIBRARY_PATH
-    
LD_LIBRARY_PATH="/home/priscilla/merchant/src/backenddb/.libs:/home/priscilla/install/lib:$LD_LIBRARY_PATH"
+    
LD_LIBRARY_PATH="/home/grothoff/research/merchant/src/backenddb/.libs:/home/grothoff/lib:$LD_LIBRARY_PATH"
 
     # Some systems cannot cope with colon-terminated LD_LIBRARY_PATH
     # The second colon is a workaround for a bug in BeOS R4 sed
diff --git a/src/backend/taler-merchant-webhook.c 
b/src/backend/taler-merchant-webhook.c
index 36e0f1a1..2e2e5532 100644
--- a/src/backend/taler-merchant-webhook.c
+++ b/src/backend/taler-merchant-webhook.c
@@ -121,8 +121,14 @@ shutdown_task (void *cls)
   }
 }
 
-/* The fuction is defined after */
-static void select_work (void *cls);
+
+/**
+ * Select webhook to process.
+ *
+ * @param cls NULL
+ */
+static void
+select_work (void *cls);
 
 
 /**
@@ -306,11 +312,6 @@ future_webhook_cb (void *cls,
 }
 
 
-/**
- * Select webhook to process.
- *
- * @param cls NULL
- */
 static void
 select_work (void *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]