
12 Sep
2019
12 Sep
'19
2:44 p.m.
On 9/12/19 1:31 PM, Daniel P. Berrangé wrote:
The functions are left returning an "int" to avoid an immediate big-bang cleanup. They'll simply never return anything other than 0.
Reviewed-by: Ján Tomko <jtomko@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- src/util/virstring.c | 93 +++++++++++--------------------------------- src/util/virstring.h | 73 ++++++++++++---------------------- 2 files changed, 47 insertions(+), 119 deletions(-)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal