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:25:11 +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 7da8e9c  fix null dereference
7da8e9c is described below

commit 7da8e9c43fbd2c079a3bfe83d7db962a1bcbfbd7
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jan 24 21:25:03 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 eaf6b87..c32ccc3 100644
--- a/nexus/src/main/kotlin/JSON.kt
+++ b/nexus/src/main/kotlin/JSON.kt
@@ -39,7 +39,7 @@ data class EbicsSubscriberInfoRequest(
     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]