aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps-test_util.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-20 13:22:28 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-20 13:22:28 +0100
commit1173f89823cd4cb1ff6c8afdbc33ea9397bbeee2 (patch)
tree0836dfdaad0094bd7ea55207eae0da830073d06b /src/rps/rps-test_util.h
parent5246093bf9f9bb7f16dc1e1e66eadb21363fb1a0 (diff)
downloadgnunet-1173f89823cd4cb1ff6c8afdbc33ea9397bbeee2.tar.gz
gnunet-1173f89823cd4cb1ff6c8afdbc33ea9397bbeee2.zip
disable TO_FILE logic, causes assertion failures all the time (NULL filename)
Diffstat (limited to 'src/rps/rps-test_util.h')
-rw-r--r--src/rps/rps-test_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rps/rps-test_util.h b/src/rps/rps-test_util.h
index cf15a9909..484d0f7da 100644
--- a/src/rps/rps-test_util.h
+++ b/src/rps/rps-test_util.h
@@ -11,7 +11,7 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
@@ -28,7 +28,7 @@
28#ifndef RPS_TEST_UTIL_H 28#ifndef RPS_TEST_UTIL_H
29#define RPS_TEST_UTIL_H 29#define RPS_TEST_UTIL_H
30 30
31#define TO_FILE 1 31#define TO_FILE 0
32 32
33 33
34char * 34char *