diff src/protocols/zephyr/ZGetSender.c @ 10038:eb8ccdd6f5f2

[gaim-migrate @ 10997] " Fix Philip Mucci's bug (reported to gaim-devel on the 16th), where malformed (visibility) strings, caused users to be unmessageable and hidden, by normalizing them, and using sane defaults. Fixes CraigD's bug IRC reported on IRC (non-kerberized zephyr users always have the realm "local-realm"), by adding a user-specified "Realm" option string. Also added two new preferences (import from .anyone and import from .zephyr.subs) to go with (export to .anyone and "export to .zephyr.subs"). Since one can now use multiple accounts, most people wouldn't want to use the same buddy lists and chat room lists for both accounts. Added a /topic command to make zephyr use the same command name as the other protocols which have topics." --Arun A Tharuvai committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 18 Sep 2004 22:25:12 +0000
parents 43d6c08d7e96
children 5727afad0fb8
line wrap: on
line diff
--- a/src/protocols/zephyr/ZGetSender.c	Sat Sep 18 22:14:47 2004 +0000
+++ b/src/protocols/zephyr/ZGetSender.c	Sat Sep 18 22:25:12 2004 +0000
@@ -4,7 +4,7 @@
  *	Created by:	Robert French
  *
  *	$Source$
- *	$Author: chipx86 $
+ *	$Author: lschiere $
  *
  *	Copyright (c) 1987, 1991 by the Massachusetts Institute of Technology.
  *	For copying and distribution information, see the file
@@ -16,7 +16,7 @@
 
 #ifndef lint
 static const char rcsid_ZGetSender_c[] =
-    "$Id: ZGetSender.c 9554 2004-04-24 09:02:28Z chipx86 $";
+    "$Id: ZGetSender.c 10997 2004-09-18 22:25:12Z lschiere $";
 #endif
 
 #include <pwd.h>
@@ -32,8 +32,10 @@
 #endif
 
     /* Return it if already cached */
-    if (*sender)
+
+    /*    if (*sender)
 	return (sender);
+    */
 
 #ifdef ZEPHYR_USES_KERBEROS
     if (krb_get_tf_fullname((char *)TKT_FILE, pname, pinst, prealm) == KSUCCESS)