$NetBSD$ --- Wnn/jserver/do_env.c~ 2010-12-06 23:22:06.000000000 +0900 +++ Wnn/jserver/do_env.c 2010-12-07 00:31:42.000000000 +0900 @@ -75,7 +75,11 @@ gets_cur(tmp_buf, WNN_ENVNAME_LEN); strcpy(c_c->user_name, tmp_buf); fprintf(stderr, "%s: %s:%d\n",__func__, __FILE__,__LINE__); +#if 1 + fprintf(stderr, "Inet user=%s@%s\n",c_c -> user_name,c_c->host_name); +#else error1("Inet user=%s@%s\n",c_c -> user_name,c_c->host_name); +#endif /* Moved to new_client, because del_client() will be called by longjmp before this initialization. By Kuwari for(i=0;i