Changeset 5a8b07a3c7120676e57941f4336910799e1f5703
- Timestamp:
- 08/30/11 14:16:55
(2 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1314713815 -0400
- git-parent:
[87107a87a35d28a4b8a2e3ebf1558afb4aa3ed11]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1314713815 -0400
- Message:
fix warning
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re721131 |
r5a8b07a |
|
| 115 | 115 | if(remote_cn) actual_remote_cn = remote_cn; |
|---|
| 116 | 116 | uuid_t id; |
|---|
| 117 | | uuid_parse(uuid_str, id); |
|---|
| 118 | | if(noit_hash_retrieve(&uuid_map, id, UUID_SIZE, &vstr)) { |
|---|
| | 117 | uuid_parse((char *)uuid_str, id); |
|---|
| | 118 | if(noit_hash_retrieve(&uuid_map, (const char *)id, UUID_SIZE, &vstr)) { |
|---|
| 119 | 119 | char *str = (char *)vstr; |
|---|
| 120 | 120 | if(remote_cn && strcmp(str, remote_cn)) { |
|---|