2002-02-09 Marcus Brinkmann <marcus@g10code.de>

* engine-gpgsm.c (gpgsm_assuan_simple_command): Return 0 if we
	reach the end of the function.
This commit is contained in:
Marcus Brinkmann 2002-02-09 00:58:22 +00:00
parent d85fac92fd
commit 69bafd50b5
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-02-09 Marcus Brinkmann <marcus@g10code.de>
* engine-gpgsm.c (gpgsm_assuan_simple_command): Return 0 if we
reach the end of the function.
2002-02-09 Marcus Brinkmann <marcus@g10code.de>
* genkey.c (gpgme_op_genkey_start): Fix logic in validity check.

View File

@ -369,6 +369,7 @@ gpgsm_assuan_simple_command (ASSUAN_CONTEXT ctx, char *cmd)
if (!err)
err = mk_error (General_Error);
return 0;
}