Skip to content

Commit

Permalink
ims_isc: typos a/an
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 16, 2022
1 parent dc5df5d commit e1a8136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/ims_isc/checker.c
Expand Up @@ -452,7 +452,7 @@ isc_match* isc_checker_find(str uri, char direction, int skip,
LM_DBG("isc_checker_find(): got a r_public for the user %.*s\n",
uri.len, uri.s);
if (!p->s) {
LM_DBG("isc_checker_find() : got an user without a subscription\n");
LM_DBG("isc_checker_find() : got a user without a subscription\n");
//need to free the record somewhere
//isc_ulb.release_impurecord(p);
//need to do an unlock on the domain somewhere
Expand Down Expand Up @@ -557,7 +557,7 @@ isc_match* isc_checker_find(str uri, char direction, int skip,
}

/**
* Free up all memory taken by a isc_match.
* Free up all memory taken by an isc_match.
* @param m - match to deallocate
*/
void isc_free_match(isc_match *m) {
Expand Down

0 comments on commit e1a8136

Please sign in to comment.