Changeset cc1a6d41c20d85ff1ef77c4f918f98a62291088f

Show
Ignore:
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:
1 modified

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