summaryrefslogtreecommitdiffstats
path: root/ffi/examples/configure.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffi/examples/configure.c')
-rw-r--r--ffi/examples/configure.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi/examples/configure.c b/ffi/examples/configure.c
index 23e243ac..37401047 100644
--- a/ffi/examples/configure.c
+++ b/ffi/examples/configure.c
@@ -24,7 +24,7 @@ main (int argc, char **argv)
sq_context_t ctx;
sq_keyserver_t ks;
- cfg = sq_context_configure ("org.sequoia-pgp.example");
+ cfg = sq_context_configure ();
sq_config_network_policy (cfg, SQ_NETWORK_POLICY_OFFLINE);
ctx = sq_config_build (cfg, &err);
if (ctx == NULL)