libtt: Further coverity fixes

This commit is contained in:
Peter Howkins
2018-04-20 22:57:47 +01:00
parent f905d25392
commit 22071fd62a
12 changed files with 79 additions and 19 deletions
+1
View File
@@ -533,6 +533,7 @@ entry(const char *argskey, _Tt_entry_pt func, ...)
_tt_syslog(0, LOG_ERR,
"_Tt_audit::entry(): ARG_INTEGER: func==%s",
_tt_enumname(func));
va_end(ap);
return TT_ERR_INTERNAL;
}
} break;