From: David Goulet Date: Wed, 12 Mar 2014 20:41:43 +0000 (-0400) Subject: Fix: return error if not in overwrite mode and file exists X-Git-Tag: v2.5.0-rc1~109 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=f9b57ab287f585d3ec0a196af5e05e00fe23f6eb;hp=f9b57ab287f585d3ec0a196af5e05e00fe23f6eb;p=lttng-tools.git Fix: return error if not in overwrite mode and file exists For the save command, if the file is found and we are not in overwrite mode, send back an new error indicating the client that the file already exists. Fixes #762 Signed-off-by: David Goulet ---