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
certified/1.8.6
Jason Parker 15 years ago
parent 0da0e3856c
commit 7f5a3370ad

@ -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

Loading…
Cancel
Save