Added error message for no IP address

This commit is contained in:
Michiel Broek 2002-12-08 11:22:28 +00:00
parent 4569e7233f
commit c97f96c570

View File

@ -152,6 +152,7 @@ char *callstatus(int status)
case MBERR_NO_PORT_AVAILABLE: return (char *)"No tty ";
case MBERR_NOT_ZMH: return (char *)"No ZMH ";
case MBERR_SESSION_ERROR: return (char *)"Badsess";
case MBERR_NO_IP_ADDRESS: return (char *)"No IP ";
default: tasklog('-', "callstatus(%d), unknown", status);
return (char *)"ERROR ";
}