Changeset aecf3e6


Ignore:
Timestamp:
Oct 13, 2002, 11:45:32 PM (22 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
d309eb3
Parents:
a3ba748
Message:
Added a workaround for a libzephyr bug that caused zwrites to fail
  if zephyrs were sent just before and just after renewing tickets
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    raa2f6364 raecf3e6  
    77        The simple user format for "To:" is in effect again
    88        Prettyed up the zwrite line for using 'reply' on a zaway
     9        Added a workaround for a libzephyr bug that caused zwrites to fail
     10          if zephyrs were sent just before and just after renewing tickets
    911       
    10121.2.6
  • zephyr.c

    raa2f6364 raecf3e6  
    291291  /* if it's an HMACK ignore it */
    292292  if (retnotice->z_kind == HMACK) return;
    293  
     293
    294294  if (retnotice->z_kind == SERVNAK) {
    295295    owl_function_makemsg("Authorization failure sending zephyr");
     
    310310    if (strcasecmp(retnotice->z_class, "message")) {
    311311      owl_function_makemsg("Not logged in or not subscribing to class %s, instance %s",
    312               retnotice->z_class, retnotice->z_class_inst);
     312                           retnotice->z_class, retnotice->z_class_inst);
    313313    } else {
    314314      tmp = short_zuser(retnotice->z_recipient);
  • zwrite.c

    rc01e477 raecf3e6  
    220220    send_zephyr(z->opcode, z->zsig, z->class, z->inst, to, msg);
    221221  }
     222
     223  ZResetAuthentication();
    222224}
    223225
Note: See TracChangeset for help on using the changeset viewer.