diff options
author | Richard Sharpe <sharpe@samba.org> | 2005-04-06 23:22:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:28 -0500 |
commit | c46c6e23ba7b962e20f49eeff3c3842ce905ec4a (patch) | |
tree | d2d43c9dde13dd2e3f0fd6df1f84f784ce5d29eb /source4/ntvfs | |
parent | 6d0c1be1a4d52f7214dd7aedfe0ea639402fc18e (diff) | |
download | samba-c46c6e23ba7b962e20f49eeff3c3842ce905ec4a.tar.gz samba-c46c6e23ba7b962e20f49eeff3c3842ce905ec4a.tar.bz2 samba-c46c6e23ba7b962e20f49eeff3c3842ce905ec4a.zip |
r6229: Back out these changes ...
(This used to be commit 321fbae51267153102e47845736f2c3a5abfe0be)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/posix/pvfs_search.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/pvfs_search.c b/source4/ntvfs/posix/pvfs_search.c index 965e9ac266..69ca6ef997 100644 --- a/source4/ntvfs/posix/pvfs_search.c +++ b/source4/ntvfs/posix/pvfs_search.c @@ -266,7 +266,7 @@ static NTSTATUS pvfs_search_fill(struct pvfs_state *pvfs, TALLOC_CTX *mem_ctx, talloc_free(file); } - /*pvfs_list_hibernate(dir);*/ + pvfs_list_hibernate(dir); return NT_STATUS_OK; } |