shishi-commit
[Top][All Lists]
Advanced

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

inetutils/rsh rsh.c


From: shishi-commit
Subject: inetutils/rsh rsh.c
Date: Thu, 18 Sep 2003 08:52:16 -0400

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

Modified files:
        rsh            : rsh.c 

Log message:
        Cleanup.

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

Patches:
Index: inetutils/rsh/rsh.c
diff -u inetutils/rsh/rsh.c:1.3 inetutils/rsh/rsh.c:1.4
--- inetutils/rsh/rsh.c:1.3     Wed Sep 17 09:18:09 2003
+++ inetutils/rsh/rsh.c Thu Sep 18 08:52:16 2003
@@ -411,11 +411,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
@@ -430,7 +427,7 @@
          strcat (term, args);
          
          rem = krcmd_mutual (&h, &host, sp->s_port, &user, term, &rfd2,
-                             dest_realm, /*&cred,*/ &enckey);
+                             dest_realm, &enckey);
          if (rem > 0)
            {
              keytype = shishi_key_type (enckey);




reply via email to

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