x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@735 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -475,11 +475,10 @@ int
|
||||
k_afs_cell_of_file(const char *path, char *cell, int len)
|
||||
{
|
||||
struct ViceIoctl parms;
|
||||
memset(&parms, 0, sizeof(parms));
|
||||
parms.in = NULL;
|
||||
parms.in_size = 0;
|
||||
parms.out = cell;
|
||||
parms.out_len = len;
|
||||
parms.out_size = len;
|
||||
return k_pioctl((char*)path, VIOC_FILE_CELL_NAME, &parms, 1);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user