summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <BM-NB7xa9gEpmJgYp9PVnEdACiZcGmmEJcY>2016-03-25 07:24:00 +0100
committerpsyc://loupsycedyglgamf.onion/~lynX <BM-NB7xa9gEpmJgYp9PVnEdACiZcGmmEJcY>2016-03-25 07:24:00 +0100
commit73da724ced1997791ecbeebb67af494eb95d33ee (patch)
treee9aea2f17b21724bb938b67b29c43754987928cb
parent6aee7048dedc5c76232b890ec324b8d6c52ce60a (diff)
downloadsecushare-73da724ced1997791ecbeebb67af494eb95d33ee.tar.gz
secushare-73da724ced1997791ecbeebb67af494eb95d33ee.zip
+ (some edits are so unimportant that it's better not to have distracting descriptions of what they are about.. ;))
-rw-r--r--src/gnunet/social/guest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gnunet/social/guest.cpp b/src/gnunet/social/guest.cpp
index 0108598..d0afd24 100644
--- a/src/gnunet/social/guest.cpp
+++ b/src/gnunet/social/guest.cpp
@@ -15,8 +15,10 @@ Guest::Guest (GNUNET_SOCIAL_App *app,
15 if (NULL == entryMsg) 15 if (NULL == entryMsg)
16 { 16 {
17 GNUNET_PSYC_Environment *env = GNUNET_PSYC_env_create (); 17 GNUNET_PSYC_Environment *env = GNUNET_PSYC_env_create ();
18#ifdef TESTING
18 GNUNET_PSYC_env_add (env, GNUNET_PSYC_OP_ASSIGN, "_test_abc", "abc def", 7); 19 GNUNET_PSYC_env_add (env, GNUNET_PSYC_OP_ASSIGN, "_test_abc", "abc def", 7);
19 GNUNET_PSYC_env_add (env, GNUNET_PSYC_OP_ASSIGN, "_test_abc_def", "abc def ghi", 11); 20 GNUNET_PSYC_env_add (env, GNUNET_PSYC_OP_ASSIGN, "_test_abc_def", "abc def ghi", 11);
21#endif
20 entryMsg = GNUNET_PSYC_message_create ("_request_enter", env, NULL, 0); 22 entryMsg = GNUNET_PSYC_message_create ("_request_enter", env, NULL, 0);
21 } 23 }
22 24