]> git.tuebingen.mpg.de Git - dss.git/blobdiff - dss.c
Silence a bogus scan-build warning.
[dss.git] / dss.c
diff --git a/dss.c b/dss.c
index a782a2e26b5562c0293e5b38d425be480610ba04..ffbf5004505559cb30d8c1deed25a0ab842a8121 100644 (file)
--- a/dss.c
+++ b/dss.c
@@ -1448,6 +1448,7 @@ static int create_snapshot(char **argv)
 {
        int ret;
 
+       assert(argv);
        ret = rename_resume_snap(current_snapshot_creation_time);
        if (ret < 0)
                return ret;