mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Sicherung
This commit is contained in:
parent
5c1cca042e
commit
cccf1efa4b
7 changed files with 186 additions and 11 deletions
|
@ -283,7 +283,7 @@ iobuf_cancel( IOBUF a )
|
|||
{
|
||||
const char *s;
|
||||
|
||||
if( a->usage == 2 ) {
|
||||
if( a && a->usage == 2 ) {
|
||||
s = iobuf_get_fname(a);
|
||||
if( s && *s )
|
||||
remove(s); /* remove the file. Fixme: this will fail for MSDOZE*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue