summaryrefslogtreecommitdiff
path: root/src/social/guest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/social/guest.cpp')
-rw-r--r--src/social/guest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/social/guest.cpp b/src/social/guest.cpp
index 3050595..4b2d783 100644
--- a/src/social/guest.cpp
+++ b/src/social/guest.cpp
@@ -15,8 +15,8 @@ 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 GNUNET_PSYC_env_add (env, GNUNET_PSYC_OP_ASSIGN, "_abc", "abc def", 7); 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, "_abc_def", "abc def ghi", 11); 19 GNUNET_PSYC_env_add (env, GNUNET_PSYC_OP_ASSIGN, "_test_abc_def", "abc def ghi", 11);
20 entryMsg = GNUNET_PSYC_message_create ("_request_enter", env, NULL, 0); 20 entryMsg = GNUNET_PSYC_message_create ("_request_enter", env, NULL, 0);
21 } 21 }
22 22