From 5b83882bee17b9b2c69019469672597f93a174d6 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Tue, 4 Feb 2014 20:08:35 +0000 Subject: [PATCH] devicestate: Make ast_devstate_changed_literal() return value and doxygen consistent. Nothing actually cares about the value anyway. (closes issue ASTERISK-23178) Reported by: Jonathan Rose ........ Merged revisions 407337 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 407338 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@407339 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/devicestate.h | 1 - main/devicestate.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/asterisk/devicestate.h b/include/asterisk/devicestate.h index 565e013410..e724588af9 100644 --- a/include/asterisk/devicestate.h +++ b/include/asterisk/devicestate.h @@ -130,7 +130,6 @@ enum ast_device_state ast_parse_device_state(const char *device); * active channels list for the device. * * \retval an AST_DEVICE_??? state - * \retval -1 on failure */ enum ast_device_state ast_device_state(const char *device); diff --git a/main/devicestate.c b/main/devicestate.c index 7b52f00af0..978d234b72 100644 --- a/main/devicestate.c +++ b/main/devicestate.c @@ -463,7 +463,7 @@ int ast_devstate_changed_literal(enum ast_device_state state, enum ast_devstate_ AST_LIST_UNLOCK(&state_changes); } - return 1; + return 0; } int ast_device_state_changed_literal(const char *dev) -- 2.47.2