Fix: missing LTTNG_OK return value for snapshot
authorDavid Goulet <dgoulet@efficios.com>
Mon, 4 Nov 2013 21:27:00 +0000 (16:27 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 4 Nov 2013 21:27:00 +0000 (16:27 -0500)
commitff1a2c3965e5222769364e9b1cbef06bd32066d3
treeeb8b1771b44ae54d28d5dd8904be6272fd688eae
parent2f51ddea80006c300f0db892ef126cf2088a63ff
Fix: missing LTTNG_OK return value for snapshot

After a successful kernel snapshot, the ret = LTTNG_OK was missing thus
returning 0 to the caller which was expecting LTTNG_OK.

Acked-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/kernel.c
This page took 0.024451 seconds and 4 git commands to generate.