shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

inetutils/rlogin rlogin.c


From: shishi-commit
Subject: inetutils/rlogin rlogin.c
Date: Thu, 18 Sep 2003 08:51:54 -0400

CVSROOT:        /cvsroot/shishi
Module name:    inetutils
Branch:         
Changes by:     Nicolas Pouvesle <address@hidden>       03/09/18 08:51:54

Modified files:
        rlogin         : rlogin.c 

Log message:
        Cleanup.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/shishi/inetutils/rlogin/rlogin.c.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: inetutils/rlogin/rlogin.c
diff -u inetutils/rlogin/rlogin.c:1.3 inetutils/rlogin/rlogin.c:1.4
--- inetutils/rlogin/rlogin.c:1.3       Wed Sep 17 09:17:45 2003
+++ inetutils/rlogin/rlogin.c   Thu Sep 18 08:51:54 2003
@@ -447,11 +447,8 @@
       if (dest_realm == NULL)
        dest_realm = krb_realmofhost (host);
 #elif defined (SHISHI)
-
       rem = SHISHI_OK;
       errno = 0;
-      if (dest_realm == NULL)
-       ;//dest_realm = krb_realmofhost (host);
 #endif
 
 # ifdef ENCRYPTION
@@ -461,7 +458,7 @@
          int i;
          
          rem = krcmd_mutual (&handle, &host, sp->s_port, &user, term, 0,
-                             dest_realm, /*&cred,*/ &key);
+                             dest_realm, &key);
          if (rem > 0)
            {
              keytype = shishi_key_type (key);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]