don't send FS_READY anymore

This commit is contained in:
Dirk Vogt 2010-11-24 16:29:50 +00:00
parent d87559f9b9
commit 46ec37365e

View file

@ -73,15 +73,6 @@ sef_init_info_t *info;
state.mounted = FALSE;
/* Announce our presence to VFS. */
m.m_type = FS_READY;
if ((r = send(VFS_PROC_NR, &m)) != OK) {
printf("HGFS: unable to login to VFS (%d)\n", r);
return r;
}
return OK;
}