mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
Fix compile on systems without HAVE_NULLSAFE_PRINTF defined.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@259617 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3804,7 +3804,7 @@ AST_TEST_DEFINE(test_agi_null_docs)
|
||||
if (noop_command.usage == NULL) {
|
||||
res = AST_TEST_FAIL;
|
||||
}
|
||||
if (noop_command.description == NULL) {
|
||||
if (noop_command.syntax == NULL) {
|
||||
res = AST_TEST_FAIL;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user