Skip to content

Commit

Permalink
tls_mgm: fix kerberos error log
Browse files Browse the repository at this point in the history
(cherry picked from commit b4ce514)
  • Loading branch information
razvancrainea committed Apr 13, 2017
1 parent 6843ee0 commit d8bf1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tls/tls_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ init_tls(void)
)!=0 ) {
LM_ERR("compiled agaist an openssl with %s"
"kerberos, but run with one with %skerberos\n",
(i==1)?"":"no ",(i!=1)?"no ":"");
(i!=1)?"":"no ",(i!=1)?"no ":"");
return -1;
}

Expand Down

0 comments on commit d8bf1ac

Please sign in to comment.