diff options
| author | Marcus Brinkmann <[email protected]> | 2017-08-01 17:08:16 +0000 |
|---|---|---|
| committer | Marcus Brinkmann <[email protected]> | 2017-08-01 17:08:16 +0000 |
| commit | 624cd2d0bf6cc6dd1b79654295dc76f5b2d6d70b (patch) | |
| tree | 83518734e83fca311035d07bcf9c084d5f734706 /g10/export.c | |
| parent | g10: Always save standard revocation certificate in file. (diff) | |
| download | gnupg-624cd2d0bf6cc6dd1b79654295dc76f5b2d6d70b.tar.gz gnupg-624cd2d0bf6cc6dd1b79654295dc76f5b2d6d70b.zip | |
Revert "g10: Always save standard revocation certificate in file."
This reverts commit ebc65ff459e6c228fb7406e375819a9fe5637abe.
Diffstat (limited to 'g10/export.c')
| -rw-r--r-- | g10/export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/export.c b/g10/export.c index b194a2aed..8f6371b30 100644 --- a/g10/export.c +++ b/g10/export.c @@ -352,7 +352,7 @@ do_export (ctrl_t ctrl, strlist_t users, int secret, unsigned int options, memset( &zfx, 0, sizeof zfx); - rc = open_outfile (-1, NULL, 0, !!secret, &out, 0 ); + rc = open_outfile (-1, NULL, 0, !!secret, &out ); if (rc) return rc; |
