aboutsummaryrefslogtreecommitdiff
path: root/src/pt/test_gns_vpn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pt/test_gns_vpn.c')
-rw-r--r--src/pt/test_gns_vpn.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/pt/test_gns_vpn.c b/src/pt/test_gns_vpn.c
index 7b4abaec2..e20d835f8 100644
--- a/src/pt/test_gns_vpn.c
+++ b/src/pt/test_gns_vpn.c
@@ -530,13 +530,12 @@ fork_and_exec (const char *file,
530 * with 'NULL' for @a ego. That does NOT mean that the callback won't 530 * with 'NULL' for @a ego. That does NOT mean that the callback won't
531 * be invoked in the future or that there was an error. 531 * be invoked in the future or that there was an error.
532 * 532 *
533 * When used with #GNUNET_IDENTITY_create or #GNUNET_IDENTITY_get, 533 * When used with #GNUNET_IDENTITY_create or #GNUNET_IDENTITY_get, this
534 * this function is only called ONCE, and 'NULL' being passed in 534 * function is only called ONCE, and 'NULL' being passed in @a ego does
535 * @a ego does indicate an error (i.e. name is taken or no default 535 * indicate an error (for example because name is taken or no default value is
536 * value is known). If @a ego is non-NULL and if '*ctx' 536 * known). If @a ego is non-NULL and if '*ctx' is set in those callbacks, the
537 * is set in those callbacks, the value WILL be passed to a subsequent 537 * value WILL be passed to a subsequent call to the identity callback of
538 * call to the identity callback of #GNUNET_IDENTITY_connect (if 538 * #GNUNET_IDENTITY_connect (if that one was not NULL).
539 * that one was not NULL).
540 * 539 *
541 * When an identity is renamed, this function is called with the 540 * When an identity is renamed, this function is called with the
542 * (known) @a ego but the NEW @a name. 541 * (known) @a ego but the NEW @a name.