}
port = htons(iport);
}
+printf("%s: at line %d\n", __FILE__, __LINE__);
host = hookup(argv[1], port);
+printf("%s: at line %d\n", __FILE__, __LINE__);
if (host) {
int overbose;
mode = MODE_S;
stru = STRU_F;
(void) strcpy(bytename, "8"), bytesize = 8;
+printf("%s: at line %d\n", __FILE__, __LINE__);
if (autoauth) {
if (do_auth() && autoencrypt) {
clevel = PROT_P;
if(autologin)
(void) login(argv[1]);
}
+printf("%s: at line %d\n", __FILE__, __LINE__);
#ifndef unix
/* sigh */
* this ifdef is to keep someone form "porting" this to an incompatible
* system and not checking this out. This way they have to think about it.
*/
+printf("%s: at line %d\n", __FILE__, __LINE__);
overbose = verbose;
if (debug == 0)
verbose = -1;