Coverity: Check return value of sysroot_path.
[libguestfs.git] / daemon / mount.c
index ccace75..1238ad2 100644 (file)
@@ -349,7 +349,7 @@ do_mount_loop (const char *file, const char *mountpoint)
   }
 
   buf = sysroot_path (file);
-  if (!file) {
+  if (!buf) {
     reply_with_perror ("malloc");
     free (mp);
     return -1;