CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/08/09 09:13:48
Modified files:
sys/nfs : nfs_serv.c
Log message:
error = operation();
memory = malloc();
if (error) free(memory);
makes no sense; move error checking to above memory allocation
ok thib@
