Fix last change.

This commit is contained in:
Marcus Brinkmann 2005-04-14 08:45:00 +00:00
parent bfa554b3e8
commit cbddc8e134

View File

@ -354,7 +354,7 @@ gpgme_wait (gpgme_ctx_t ctx, gpgme_error_t *status, int hang)
{ {
ctx = NULL; ctx = NULL;
if (status) if (status)
*status = NULL; *status = 0;
} }
} }
} }