adding arguments check functions to mrx functions
moving input argument checks into check_nfs41_X () functions
This commit is contained in:
parent
60e1d87a86
commit
dc9377ce58
2 changed files with 377 additions and 189 deletions
|
|
@ -223,7 +223,7 @@ void print_ea_info(int on, PFILE_FULL_EA_INFORMATION info)
|
|||
|
||||
void print_get_ea(int on, PFILE_GET_EA_INFORMATION info)
|
||||
{
|
||||
if (!on) return;
|
||||
if (!on || !info) return;
|
||||
DbgP("GET_EA_INFO: NextOffset=%d EaNameLength=%d EaName=%s\n",
|
||||
info->NextEntryOffset, info->EaNameLength, info->EaName);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue