Changeset cc1a6d4


Ignore:
Timestamp:
Oct 19, 2009, 12:54:28 PM (15 years ago)
Author:
Karl Ramm <kcr@1ts.org>
Branches:
master, release-1.10, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
4f2166b
Parents:
da554da
git-author:
Karl Ramm <kcr@1ts.org> (10/19/09 12:54:09)
git-committer:
Karl Ramm <kcr@1ts.org> (10/19/09 12:54:28)
Message:
Don't ask for an address from the library that we then ignore
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zephyr.c

    r6ea3890 rcc1a6d4  
    13091309  int zpendcount=0;
    13101310  ZNotice_t notice;
    1311   struct sockaddr_in from;
    13121311  owl_message *m=NULL;
    13131312
    13141313  while(owl_zephyr_zpending() && zpendcount < 20) {
    13151314    if (owl_zephyr_zpending()) {
    1316       ZReceiveNotice(&notice, &from);
     1315      ZReceiveNotice(&notice, NULL);
    13171316      zpendcount++;
    13181317
Note: See TracChangeset for help on using the changeset viewer.