Fix wrong return value on consumer socket creation
authorDavid Goulet <dgoulet@efficios.com>
Thu, 8 Mar 2012 23:10:38 +0000 (18:10 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 8 Mar 2012 23:10:38 +0000 (18:10 -0500)
commitf11e84c2c33f6e2f4da8436012bcc61b3291b0d7
treec04d34e5c3c9fec5544d562481ec2afac4bbfe9f
parentb024d072031acc6eec7e083de606fbce11aab882
Fix wrong return value on consumer socket creation

A failing call to mkdir() returned 0 instead of an error and was
creating a segfault later on since some memory was not initialized.

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/main.c
This page took 0.028029 seconds and 5 git commands to generate.