7288714b1c
PR: ports/45296 Submitted by: Dmitry Morozovsky <marck@rinet.ru>
14 lines
409 B
C
14 lines
409 B
C
|
|
$FreeBSD$
|
|
|
|
--- ehnt_client.c.orig Thu Oct 4 22:18:29 2001
|
|
+++ ehnt_client.c Thu Nov 14 22:12:07 2002
|
|
@@ -89,7 +89,7 @@
|
|
if (FD_ISSET(sockfd,&read_fds)) {
|
|
ehnt_client_processmessage(sockfd,routeraddr,my_ehnt_struct);
|
|
}
|
|
- if (FD_ISSET(STDIN_FILENO,&read_fds)) {
|
|
+ if (e_cfg->mode != EM_COLONDUMP && FD_ISSET(STDIN_FILENO,&read_fds)) {
|
|
char key;
|
|
key=getkey();
|
|
switch (key) {
|