/[inetutils]/inetutils/rlogin/rlogin.c
ViewVC logotype

Diff of /inetutils/rlogin/rlogin.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.25 by ams, Mon Apr 29 21:13:16 2002 UTC revision 1.26 by gray, Sat Apr 5 16:58:47 2003 UTC
# Line 103  Line 103 
103  CREDENTIALS cred;  CREDENTIALS cred;
104  Key_schedule schedule;  Key_schedule schedule;
105  int use_kerberos = 1, doencrypt;  int use_kerberos = 1, doencrypt;
106  char dst_realm_buf[REALM_SZ], *dest_realm = NULL;  char dest_realm_buf[REALM_SZ], *dest_realm = NULL;
107  #endif  #endif
108    
109  /*  /*
# Line 282  main(int argc, char *argv[]) Line 282  main(int argc, char *argv[])
282            strncpy (dest_realm_buf, optarg, sizeof dest_realm_buf);            strncpy (dest_realm_buf, optarg, sizeof dest_realm_buf);
283            /* Make sure it's null termintated.  */            /* Make sure it's null termintated.  */
284            dest_realm_buf[sizeof (dest_realm_buf) - 1] = '\0';            dest_realm_buf[sizeof (dest_realm_buf) - 1] = '\0';
285            dest_realm = dst_realm_buf;            dest_realm = dest_realm_buf;
286            break;            break;
287  #endif  #endif
288    

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26