Don't clear part table

This commit is contained in:
Ben Gras 2005-09-21 12:27:23 +00:00
parent 669b2db75b
commit 12da65ee2e

View file

@ -541,8 +541,6 @@ message *m_ptr;
#endif
/* Partition the disk. */
memset(wn->part, sizeof(wn->part), 0);
memset(wn->subpart, sizeof(wn->subpart), 0);
partition(&w_dtab, w_drive * DEV_PER_DRIVE, P_PRIMARY, wn->state & ATAPI);
}
wn->open_ct++;