chiark / gitweb /
bus: remove unused check
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Tue, 23 Sep 2014 19:34:21 +0000 (21:34 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Tue, 23 Sep 2014 19:39:36 +0000 (21:39 +0200)
strerror_r does not return null here and even if it did we would have
problems already at the preceding strlen call.

Found by coverity. Fixes: CID#1237770


No differences found