--- compat/hidd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/compat/hidd.c b/compat/hidd.c index fd1b28c..f8a0dfd 100644 --- a/compat/hidd.c +++ b/compat/hidd.c @@ -811,7 +811,7 @@ int main(int argc, char *argv[]) if (detach) { if (daemon(0, 0)) { perror("Can't start daemon"); - exit(1); + exit(1); } } else log_option |= LOG_PERROR; -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html