Changeset e05337e for zephyr.c


Ignore:
Timestamp:
Mar 18, 2009, 11:39:41 AM (15 years ago)
Author:
Sam Hartman <hartmans@mit.edu>
Branches:
debian
Children:
35200e7
Parents:
3ccc3dd
git-author:
Nelson Elhage <nelhage@mit.edu> (03/17/09 17:26:18)
git-committer:
Sam Hartman <hartmans@mit.edu> (03/18/09 11:39:41)
Message:
Zephyr: Correctly send a login notice at startup

We were trying to do a zlogin before Zephyr was initialized, so of course
it wasn't taking effect.
(cherry picked from commit 619d8649e7c1b741dc96f58479a72c7c989ba682)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zephyr.c

    r2f205a7 re05337e  
    114114    deferred_subs = g_list_delete_link(deferred_subs, deferred_subs);
    115115    owl_free(subs);
     116  }
     117
     118  /* zlog in if we need to */
     119  if (owl_global_is_startuplogin(&g)) {
     120    owl_function_debugmsg("startup: doing zlog in");
     121    owl_zephyr_zlog_in();
    116122  }
    117123}
Note: See TracChangeset for help on using the changeset viewer.