mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3-vfs_snapper: Fix a possible use without init warning
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
f7e2399926
commit
3de59437c3
@ -1404,7 +1404,7 @@ static NTSTATUS snapper_create_snap_call(TALLOC_CTX *mem_ctx,
|
||||
NTSTATUS status;
|
||||
DBusMessage *req_msg;
|
||||
DBusMessage *rsp_msg;
|
||||
uint32_t snap_id;
|
||||
uint32_t snap_id = 0;
|
||||
char *snap_path;
|
||||
|
||||
status = snapper_create_snap_pack(mem_ctx,
|
||||
|
Loading…
Reference in New Issue
Block a user