aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gpgme/ChangeLog4
-rw-r--r--gpgme/engine-gpgsm.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog
index 9ead585e..91d39c98 100644
--- a/gpgme/ChangeLog
+++ b/gpgme/ChangeLog
@@ -1,5 +1,9 @@
2001-12-14 Marcus Brinkmann <[email protected]>
+ * engine-gpgsm.c: Revert last change.
+
+2001-12-14 Marcus Brinkmann <[email protected]>
+
* engine-gpgsm.c (gpgsm_status_handler): Freeze the output file
handler when ending this operation, otherwise the wait function
will sit on it.
diff --git a/gpgme/engine-gpgsm.c b/gpgme/engine-gpgsm.c
index c9b5b9c2..456de4f9 100644
--- a/gpgme/engine-gpgsm.c
+++ b/gpgme/engine-gpgsm.c
@@ -536,8 +536,6 @@ gpgsm_status_handler (void *opaque, int pid, int fd)
/* FIXME Save error somewhere. */
if (gpgsm->status.fnc)
gpgsm->status.fnc (gpgsm->status.fnc_value, STATUS_EOF, "");
- /* if (gpgsm->output_fd)
- _gpgme_freeze_fd (gpgsm->output_fd); */
return 1;
}