Changeset cc1a6d41c20d85ff1ef77c4f918f98a62291088f
- Timestamp:
- 10/19/09 12:54:28 (5 weeks ago)
- Author:
- Karl Ramm <kcr@1ts.org>
- git-author:
- Karl Ramm <kcr@1ts.org> / 2009-10-19T12:54:09Z-0400
- Parents:
- da554dacc0fe3e67c020250564135f598780682f
- Children:
- 4f2166b9a2565b2ccc5fbcbb9869b2a41119a342
- git-committer:
- Karl Ramm <kcr@1ts.org> / 2009-10-19T12:54:28Z-0400
- Message:
-
Don't ask for an address from the library that we then ignore
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r6ea3890
|
rcc1a6d4
|
|
| 1309 | 1309 | int zpendcount=0; |
| 1310 | 1310 | ZNotice_t notice; |
| 1311 | | struct sockaddr_in from; |
| 1312 | 1311 | owl_message *m=NULL; |
| 1313 | 1312 | |
| 1314 | 1313 | while(owl_zephyr_zpending() && zpendcount < 20) { |
| 1315 | 1314 | if (owl_zephyr_zpending()) { |
| 1316 | | ZReceiveNotice(¬ice, &from); |
| | 1315 | ZReceiveNotice(¬ice, NULL); |
| 1317 | 1316 | zpendcount++; |
| 1318 | 1317 | |