From: <AO...@t-...> - 2002-04-05 11:15:09
|
Hello, a valid socket file-handle adds "-sockname" to fconfigure. in unix and windows the test on this option is based on strncmp(optionName, "-sockname", len) which allows -s, -so, .. -sockname as valid optionName. at MacOs this does not works because strcmp(optionName, "-sockname") is used this is a BUG mfg aotto :) |