Module Name: src Committed By: joerg Date: Fri Feb 24 13:53:47 UTC 2012
Modified Files: src/tests/fs/nfs: Makefile t_mountd.c Log Message: Fix obvious code issues and remove the original -Wno-error for clang builds to not hide them in the future: (1) Don't use a pointer to a local variables if all that is done is comparing it against NULL. The function itself works fine for that purpose. (2) Initialise the fail counter, giving the test a chance to work reliably. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/fs/nfs/Makefile cvs rdiff -u -r1.4 -r1.5 src/tests/fs/nfs/t_mountd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.