Changeset fdbbc45 in code
- Timestamp:
-
Mar 5, 2014, 10:42:56 AM
(11 years ago)
- Author:
- Mike Belopuhov <mike@…>
- Branches:
- master
- Children:
- 55923b7
- Parents:
- c9402c3
- Message:
-
Correct strlen argument; from sthen via florian
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
rc9402c3
|
rfdbbc45
|
|
124 | 124 | } |
125 | 125 | |
126 | | if (strlen(whom) == 0) { |
| 126 | if (strlen(arg) == 0) { |
127 | 127 | icb_error(is, "Invalid user"); |
128 | 128 | return; |