gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 01/03: ATS test: Assert return value non-null


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 01/03: ATS test: Assert return value non-null
Date: Fri, 25 Jan 2019 01:39:58 +0100

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

julius-buenger pushed a commit to branch master
in repository gnunet.

commit 44a86cf53ff5c7231640bcf332511fd7b301b41a
Author: Julius Bünger <address@hidden>
AuthorDate: Thu Jan 24 13:06:02 2019 +0100

    ATS test: Assert return value non-null
---
 src/ats/test_ats2_lib.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/ats/test_ats2_lib.c b/src/ats/test_ats2_lib.c
index a35b5bce6..4a461826d 100644
--- a/src/ats/test_ats2_lib.c
+++ b/src/ats/test_ats2_lib.c
@@ -148,6 +148,7 @@ provide_info_start (void)
                                "test-address",
                                NULL,
                                &prop);
+  GNUNET_assert (NULL != sr);
 }
 
 

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



reply via email to

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