Changeset 8c1b28db554231cb54f963499861462452f4ec7d
- Timestamp:
- 11/30/11 15:35:26
(1 year ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1322667326 -0500
- git-parent:
[f22ffc6a4bc197bb7a5b41c268f6c81724765090]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1322667326 -0500
- Message:
silly. this didn't actually break anything, but certainly wasn't the intention
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1e78a69 |
r8c1b28d |
|
| 150 | 150 | size_t len; |
|---|
| 151 | 151 | |
|---|
| 152 | | r.s_addr = htonl((4 << 24) || (2 << 16) || (2 << 8) || 1); |
|---|
| | 152 | r.s_addr = htonl((4 << 24) | (2 << 16) | (2 << 8) | 1); |
|---|
| 153 | 153 | memset(&l, 0, sizeof(l)); |
|---|
| 154 | 154 | noit_getip_ipv4(r, &l); |
|---|