comments in getport function

This commit is contained in:
chombier 2001-04-01 16:41:17 +00:00
parent 680925cb2e
commit bce70bac95
1 changed files with 4 additions and 0 deletions

View File

@ -881,6 +881,10 @@ short netgetport(short pnum)
if ( i >= 0 && screens[i].protocol == 4 ) {
WindRec *wind = &screens[i];
TRACEN(PRINTF("netgetport\n"));
// FIXME: this is completely wrong...
// we should return a local port to send
// unencrypted data from the module.
// but there's no such port...
return wind->port;
}
/* NONO */