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:
Jason Parker
2010-04-27 22:47:36 +00:00
parent 0da0e3856c
commit 7f5a3370ad

View File

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