Changeset f3f3b03e3c14d979f767e52e4a036c0b0e7701b6
- Timestamp:
- 02/20/11 15:59:36
(2 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1298217576 +0000
- git-parent:
[09ecd288337978ca01c842684ec58b4bad68ce6e]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1298217576 +0000
- Message:
fix warning
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6de024f |
rf3f3b03 |
|
| 289 | 289 | else |
|---|
| 290 | 290 | *interval++ = '\0'; |
|---|
| 291 | | if(uuid_parse(interest, in_uuid)) continue; |
|---|
| | 291 | if(uuid_parse((char *)interest, in_uuid)) continue; |
|---|
| 292 | 292 | node = calloc(1, sizeof(*node)); |
|---|
| 293 | 293 | node->rc = rc; |
|---|