diff options
author | irungentoo <irungentoo@gmail.com> | 2014-09-09 20:39:35 -0400 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2014-09-09 20:39:35 -0400 |
commit | d69a6843e70bc5c75c343ca54388ced3c1b91662 (patch) | |
tree | 18f7566c886ae81f23b14a7449234d6aede24ba4 /other | |
parent | a0302b7acaef47805f93718630e501acdd3a3d00 (diff) | |
parent | 2bb2bc4163a13253d51b7d11e4abbe62b07da526 (diff) |
Merge branch 'cgar-spelling'
Diffstat (limited to 'other')
-rw-r--r-- | other/bootstrap_daemon/tox-bootstrapd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/other/bootstrap_daemon/tox-bootstrapd.c b/other/bootstrap_daemon/tox-bootstrapd.c index a5d1c525..e4cadb35 100644 --- a/other/bootstrap_daemon/tox-bootstrapd.c +++ b/other/bootstrap_daemon/tox-bootstrapd.c | |||
@@ -187,7 +187,7 @@ void parse_tcp_relay_ports_config(config_t *cfg, uint16_t **tcp_relay_ports, int | |||
187 | config_setting_t *elem = config_setting_get_elem(ports_array, i); | 187 | config_setting_t *elem = config_setting_get_elem(ports_array, i); |
188 | 188 | ||
189 | if (elem == NULL) { | 189 | if (elem == NULL) { |
190 | // it's NULL if `ports_array` is not an array (we have that check ealier) or if `i` is out of range, which should not be | 190 | // it's NULL if `ports_array` is not an array (we have that check earlier) or if `i` is out of range, which should not be |
191 | syslog(LOG_WARNING, "Port #%d: Something went wrong while parsing the port. Stopping reading ports.\n", i); | 191 | syslog(LOG_WARNING, "Port #%d: Something went wrong while parsing the port. Stopping reading ports.\n", i); |
192 | break; | 192 | break; |
193 | } | 193 | } |