CVSROOT:        /cvs
Module name:    src
Changes by:     blamb...@cvs.openbsd.org        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@

Reply via email to