]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/storage/loop.c
storage: constify where possible
[mirror_lxc.git] / src / lxc / storage / loop.c
index f98ebcb273bfc3e4c4322a659db9f08456ab0742..c4d393452584b1e4aeab3ae676025d9f4a255956 100644 (file)
@@ -235,7 +235,7 @@ int loop_mount(struct lxc_storage *bdev)
 {
        int ret, loopfd;
        char loname[MAXPATHLEN];
-       char *src;
+       const char *src;
 
        if (strcmp(bdev->type, "loop"))
                return -22;