diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-02-02 13:28:29 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2004-02-02 13:28:29 +0000 |
commit | 894e02f80c254da4edca5dbae99561d205c63fbe (patch) | |
tree | 5c93f4405c03e62ce6fcdab2c557c2a915baf466 /source4/ntvfs/cifs | |
parent | ada1de721ab17e83cfedf9d68adec750de626317 (diff) | |
download | samba-894e02f80c254da4edca5dbae99561d205c63fbe.tar.gz samba-894e02f80c254da4edca5dbae99561d205c63fbe.tar.bz2 samba-894e02f80c254da4edca5dbae99561d205c63fbe.zip |
some DEBUG and comment fixes
metze
(This used to be commit 5ac4f878687eb0fa95a2e5830a8372168a27d3b3)
Diffstat (limited to 'source4/ntvfs/cifs')
-rw-r--r-- | source4/ntvfs/cifs/vfs_cifs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ntvfs/cifs/vfs_cifs.c b/source4/ntvfs/cifs/vfs_cifs.c index 10fd56cb44..976fa96b55 100644 --- a/source4/ntvfs/cifs/vfs_cifs.c +++ b/source4/ntvfs/cifs/vfs_cifs.c @@ -686,6 +686,7 @@ NTSTATUS ntvfs_cifs_init(void) ZERO_STRUCT(ops); + /* fill in the name and type */ ops.name = "cifs"; ops.type = NTVFS_DISK; |