Fix 'error: ‘%s’ directive argument is null [-Werror=format-overflow=]' in assertions.c
(cherry picked from commit f4260dc0c5)
This commit is contained in:
committed by
Witold Krecicki
parent
5467970c9e
commit
31897276d9
@@ -82,7 +82,7 @@ isc_assertion_typetotext(isc_assertiontype_t type) {
|
||||
result = "INVARIANT";
|
||||
break;
|
||||
default:
|
||||
result = NULL;
|
||||
result = "UNKNOWN";
|
||||
}
|
||||
return (result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user