]> git.proxmox.com Git - grub2.git/blobdiff - fs/i386/pc/pxe.c
Remove unwantred commits
[grub2.git] / fs / i386 / pc / pxe.c
index d2c9c771647e007c97e4b42d198be055cde69afc..6c41d429874201700436e5364278ea027e599f19 100644 (file)
@@ -65,6 +65,7 @@ grub_pxe_open (const char *name, grub_disk_t disk)
   disk->total_sectors = 0;
   disk->id = (unsigned long) "pxe";
 
+  disk->has_partitions = 0;
   disk->data = 0;
 
   return GRUB_ERR_NONE;