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:
parent
d85fac92fd
commit
69bafd50b5
@ -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.
|
||||
|
@ -369,6 +369,7 @@ gpgsm_assuan_simple_command (ASSUAN_CONTEXT ctx, char *cmd)
|
||||
|
||||
if (!err)
|
||||
err = mk_error (General_Error);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user