gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libeufin] branch master updated: fix condition


From: gnunet
Subject: [GNUnet-SVN] [libeufin] branch master updated: fix condition
Date: Mon, 07 Oct 2019 13:28:53 +0200

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

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 969796c  fix condition
969796c is described below

commit 969796cb5986371a275aafa447bc7c6ec78e22b0
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Oct 7 13:28:46 2019 +0200

    fix condition
---
 src/main/kotlin/tech/libeufin/Main.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/kotlin/tech/libeufin/Main.kt 
b/src/main/kotlin/tech/libeufin/Main.kt
index 3f2750d..91126b3 100644
--- a/src/main/kotlin/tech/libeufin/Main.kt
+++ b/src/main/kotlin/tech/libeufin/Main.kt
@@ -46,7 +46,7 @@ fun main() {
     val logger = getLogger()
     val xmlProcess = XML()
 
-    if (xmlProcess == null) {
+    if (xmlProcess.isNull()) {
         logger.error("Could not load the XML processor, aborting")
         return
     }

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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