mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Whoops, this function is supposed to return a boolean status, not
flags.
This commit is contained in:
parent
5525aae621
commit
126e9198eb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54854
@ -247,5 +247,5 @@ package_extract(Device *dev, char *name, Boolean depended)
|
||||
ret = DITEM_FAILURE;
|
||||
}
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
return ret | DITEM_RESTORE;
|
||||
return ret;
|
||||
}
|
||||
|
@ -247,5 +247,5 @@ package_extract(Device *dev, char *name, Boolean depended)
|
||||
ret = DITEM_FAILURE;
|
||||
}
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
return ret | DITEM_RESTORE;
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user