Changeset 145faa6 in code
- Timestamp:
-
Mar 7, 2014, 4:25:18 PM
(11 years ago)
- Author:
- Mike Belopuhov <mike@…>
- Branches:
- master
- Children:
- 2cdab10
- Parents:
- bacf9da
- Message:
-
Client can exit before DNS has a chance to update the information
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
rbacf9da
|
r145faa6
|
|
172 | 172 | |
173 | 173 | if ((is = icbd_session_lookup(q.sid)) == NULL) { |
174 | | syslog(LOG_ERR, "failed to find session %llu", q.sid); |
| 174 | syslog(LOG_DEBUG, "failed to find session %llu", q.sid); |
175 | 175 | return; |
176 | 176 | } |