summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2005-12-02 23:31:32 +0000
committerThomas Schwinge <tschwinge@gnu.org>2005-12-02 23:31:32 +0000
commit9f5b63a2ed10405024110a6afc76eba0a4b5422e (patch)
tree7d3d1d3e99adf2a5c611237ec185f849f47cf5f9
parentcaa62e34813fdc001a5b5f470adcdd4cfe051b36 (diff)
Actually use FUNC_EPILOGUE_FMT() in netfs_get_dirents().
-rw-r--r--netfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/netfs.c b/netfs.c
index ac658a9c1..1dd465e0a 100644
--- a/netfs.c
+++ b/netfs.c
@@ -1235,7 +1235,6 @@ netfs_get_dirents (struct iouser *cred, struct node *dir,
free(handle);
out:
- return err;
FUNC_EPILOGUE_FMT(err, "%d entries.", *data_entries);
}