Skip to content

Commit

Permalink
ims_registrar_scscf: fix spelling errors catched by lintian #688
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Jun 29, 2016
1 parent 5545c65 commit 33cba16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ims_registrar_scscf/reg_mod.c
Expand Up @@ -489,12 +489,12 @@ static int mod_init(void) {

if (sock_hdr_name.s) {
if (sock_hdr_name.len == 0 || sock_flag == -1) {
LM_WARN("empty sock_hdr_name or sock_flag no set -> reseting\n");
LM_WARN("empty sock_hdr_name or sock_flag no set -> resetting\n");
sock_hdr_name.len = 0;
sock_flag = -1;
}
} else if (sock_flag != -1) {
LM_WARN("sock_flag defined but no sock_hdr_name -> reseting flag\n");
LM_WARN("sock_flag defined but no sock_hdr_name -> resetting flag\n");
sock_flag = -1;
}

Expand Down

0 comments on commit 33cba16

Please sign in to comment.