chan_misdn: Fix a few issues causing compile errors

Change-Id: I54b48c24d7ca88ed80496fdfd142d08772a7ab98
This commit is contained in:
George Joseph
2016-02-05 09:29:00 -07:00
parent 1fca224533
commit ec8fd6714d
2 changed files with 3 additions and 3 deletions

View File

@@ -369,8 +369,8 @@ struct hold_info {
int channel;
};
#define chan_list_ref(obj, debug) (ao2_t_ref((obj), +1, (debug)), (obj))
#define chan_list_unref(obj, debug) (ao2_t_ref((obj), -1, (debug)), NULL)
#define chan_list_ref(obj, debug) ao2_t_ref((obj), +1, (debug))
#define chan_list_unref(obj, debug) ao2_t_ref((obj), -1, (debug))
/*!
* \brief Channel call record structure