
14 Nov
2019
14 Nov
'19
2:49 p.m.
On Thu, Nov 14, 2019 at 02:29:20PM +0100, Peter Krempa wrote:
Make it more obvious that the function will return NULL if the file is not executable and stop reusing variables.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- v2: - fixed logic to do the same as it did before - rewrote commit message to accomodate change
src/util/virfile.c | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano