gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fix null dereference


From: gnunet
Subject: [libeufin] branch master updated: fix null dereference
Date: Fri, 24 Jan 2020 21:15:50 +0100

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 0b3fe43  fix null dereference
0b3fe43 is described below

commit 0b3fe43fe62812c97653e08fa966224a510cc39e
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jan 24 21:15:44 2020 +0100

    fix null dereference
---
 nexus/src/main/kotlin/JSON.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nexus/src/main/kotlin/JSON.kt b/nexus/src/main/kotlin/JSON.kt
index 0140661..eaf6b87 100644
--- a/nexus/src/main/kotlin/JSON.kt
+++ b/nexus/src/main/kotlin/JSON.kt
@@ -51,7 +51,7 @@ data class EbicsSubscriberInfoResponse(
     val hostID: String,
     val partnerID: String,
     val userID: String,
-    val systemID: String?
+    val systemID: String? = null
 )
 
 /**

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



reply via email to

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