On Tue, 29 May 2012 23:19:39 +0200 Niklas Söderlund niso@kth.se wrote:
Instead:
- Print same error message as before but use msg_perr instead of perror
- Return -1 instead of calling exit(1)
All callers of sp_openserport where able to handle this change without much trouble. There already where other error cases that where taken care of, so adding one more will not change behavior of there callers.
Signed-off-by: Niklas Söderlund niso@kth.se
thanks! Acked-by: Stefan Tauner stefan.tauner@student.tuwien.ac.at and applied in r1557