j
k
j a
j l
Bruno Jesus <00cpxxx(a)gmail.com> wrote:
+ /* servname tweaks required by OSX and BSD kernels */ + if (!servname) + serv = NULL; + else if (!servname[0]) + serv = "0"; + else + serv = servname;
Shouldn't 'serv = "0"' be 'serv = ""' ? -- Dmitry.
Back to the thread
Back to the list