mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
- return ret so we return something meaningful.
This commit is contained in:
parent
70cbb6e026
commit
56fbd21fa7
@ -232,7 +232,7 @@ loop:
|
|||||||
}
|
}
|
||||||
fclose(table);
|
fclose(table);
|
||||||
|
|
||||||
return 0;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user