While we're looking at OsSysLogTask::processAddSocket()...
This patch fixes the above problem and makes sure that we're not adding the
same syslog server socket twice
** Patch added: "OsSysLogTask.patch"
https://bugs.launchpad.net/ubuntu/+source/sipxtapi/+bug/1600671/+attachment/4699217/+file
Public bug reported:
OsSysLogTask::processAddSocket() is supposed to add a syslog server socket to
the list of available sockets (mpSockets) if there is still one available. The
loop which is inserting the newly created socket into mpSockets[] is not
terminated when an available spot is found.