From bbe388b5db35be6ffece8ebd42f11372af016763 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 7 Jun 2010 13:33:02 +0000 Subject: Add unfinished gpgtar. Collected changes and ports of bug fixes from stable. --- common/exechelp-w32ce.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/exechelp-w32ce.c') diff --git a/common/exechelp-w32ce.c b/common/exechelp-w32ce.c index 809641c3e..d206052b5 100644 --- a/common/exechelp-w32ce.c +++ b/common/exechelp-w32ce.c @@ -501,6 +501,11 @@ gnupg_spawn_process (const char *pgmname, const char *argv[], *statusfile = NULL; *pid = (pid_t)(-1); + /* A NULL INFILE or OUTFILE is only used by gpgtar thus we don't + need to implement this for CE. */ + if (!infile || !outfile) + return gpg_error (GPG_ERR_NOT_IMPLEMENTED); + es_fflush (infile); es_rewind (infile); -- cgit v1.2.3