don't send FS_READY anymore
This commit is contained in:
parent
d87559f9b9
commit
46ec37365e
1 changed files with 0 additions and 9 deletions
|
@ -73,15 +73,6 @@ sef_init_info_t *info;
|
||||||
|
|
||||||
state.mounted = FALSE;
|
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;
|
return OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue