Commit d44680e
committed
nc_server_tls_get_ctn() had an "&&" with duplicate conditions.
cppcheck noticed that nc_server_tls_get_ctn() in src/session_server_tls.c
has an "&&" with duplication conditions ("[...] & ctn->name && ctn->name").
This trivial change eliminates that duplication.1 parent fbc6942 commit d44680e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1625 | 1625 | | |
1626 | 1626 | | |
1627 | 1627 | | |
1628 | | - | |
| 1628 | + | |
1629 | 1629 | | |
1630 | 1630 | | |
1631 | 1631 | | |
| |||
0 commit comments