diff options
Diffstat (limited to '')
-rw-r--r-- | g10/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/status.c b/g10/status.c index 91443a10a..b6e91740d 100644 --- a/g10/status.c +++ b/g10/status.c @@ -167,7 +167,7 @@ get_status_string ( int no ) static int status_currently_allowed (int no) { - if (!ctrl.in_auto_key_retrieve) + if (!glo_ctrl.in_auto_key_retrieve) return 1; /* Yes. */ /* We allow some statis anyway, so that import statistics are |