diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-05-19 14:32:42 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:08:08 -0500 |
commit | 472c0886254b82c2feffea734a80c4d29bd773b6 (patch) | |
tree | b6d9433e50605e7cf9f17a2e6f625dc6fad64c1d /source4/ntvfs/config.mk | |
parent | 4c5a67fa35a7df9fd3c3f1080734170f37667e62 (diff) | |
download | samba-472c0886254b82c2feffea734a80c4d29bd773b6.tar.gz samba-472c0886254b82c2feffea734a80c4d29bd773b6.tar.xz samba-472c0886254b82c2feffea734a80c4d29bd773b6.zip |
r15716: disable the cifs_posix ntvfs backend as it will not be updated
with coming ntvfs subsystem changes
metze
(This used to be commit 69e7a454747acaad9ae4099d0ed5b4a5f3643ad7)
Diffstat (limited to 'source4/ntvfs/config.mk')
-rw-r--r-- | source4/ntvfs/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk index c40e103082..8bf506b253 100644 --- a/source4/ntvfs/config.mk +++ b/source4/ntvfs/config.mk @@ -31,6 +31,7 @@ OBJ_FILES = \ ################################################ # Start MODULE ntvfs_cifs_posix_cli [MODULE::ntvfs_cifs_posix] +ENABLE = NO INIT_FUNCTION = ntvfs_cifs_posix_init SUBSYSTEM = ntvfs PRIVATE_PROTO_HEADER = cifs_posix_cli/proto.h |