Fix: missing LTTNG_OK return value for snapshot
[lttng-tools.git] / src / bin / lttng-sessiond / cmd.c
index 8dd3fcc60c914c9df4979ac46150aea1c518c147..082e3456f707aab2b70d134e2708ef1837436ee6 100644 (file)
@@ -2738,7 +2738,7 @@ error:
 /*
  * Record a kernel snapshot.
  *
- * Return 0 on success or a LTTNG_ERR code.
+ * Return LTTNG_OK on success or a LTTNG_ERR code.
  */
 static int record_kernel_snapshot(struct ltt_kernel_session *ksess,
                struct snapshot_output *output, struct ltt_session *session,
This page took 0.025688 seconds and 5 git commands to generate.