Changeset 27964fe for functions.c


Ignore:
Timestamp:
Aug 29, 2009, 1:49:48 PM (15 years ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
b017b03
Parents:
ec21c62
Message:
Fix pseudo-login interation with zephyr initialization.

functions.c: owl_function_zephyr_buddy_check should bail if we don't
have zephyr initialized.

zephyr.c: owl_zephyr_finish_initialization should perform the initial
pseudo-logins check if pseudologins is on.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions.c

    r24ccc01 r27964fe  
    34823482  int numlocs, ret;
    34833483
     3484  if (!owl_global_is_havezephyr(&g)) return;
     3485
    34843486  zbl=owl_global_get_zephyr_buddylist(&g);
    34853487
Note: See TracChangeset for help on using the changeset viewer.