[1773] in BarnOwl Developers
[nelhage/barnowl] 32ad44: Don't call any libzephyr functions before ZInitial...
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:21:45 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Sat, 3 Oct 2009 21:18:53 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/zephyr-fixes
Home: http://github.com/nelhage/barnowl
Commit: 32ad44dc065094eed9d2c23c88a7a06dfbfe185f
http://github.com/nelhage/barnowl/commit/32ad44dc065094eed9d2c23c88a7a06dfbfe185f
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-10-03 (Sat, 03 Oct 2009)
Changed paths:
M zephyr.c
Log Message:
-----------
Don't call any libzephyr functions before ZInitialize().
With krb5 Zephyr, calling e.g. ZGetSender() before ZInitialize() not
only doesn't work, but breaks libzephyr. Make sure that no code can
call Zephyr accessors before we call ZInitialize.