nbd-server: remove unused function serve_err()
authorTuomas Jorma Juhani Räsänen <tuomasjjrasanen@tjjr.fi>
Fri, 28 Dec 2012 13:23:17 +0000 (15:23 +0200)
committerWouter Verhelst <w@uter.be>
Sat, 29 Dec 2012 11:41:55 +0000 (12:41 +0100)
commitbe3370de985ecbaab683cc36c6f6a6e42f1a4539
treec005fa28b706dcde3c9c4d31c52da85aba5bc7be
parent91a619c7512ac12297011e2e95ae631705cdc807
nbd-server: remove unused function serve_err()

Error reporting and handling should be streamlined. Currently there are
quite many different ways errors are being logged, reported and handled.

This shall be the first baby step towards more uniform error management.

Signed-off-by: Tuomas Jorma Juhani Räsänen <tuomasjjrasanen@tjjr.fi>
nbd-server.c