summaryrefslogtreecommitdiff
path: root/source4/ntvfs/print
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-02-02 13:28:29 +0000
committerStefan Metzmacher <metze@samba.org>2004-02-02 13:28:29 +0000
commit894e02f80c254da4edca5dbae99561d205c63fbe (patch)
tree5c93f4405c03e62ce6fcdab2c557c2a915baf466 /source4/ntvfs/print
parentada1de721ab17e83cfedf9d68adec750de626317 (diff)
downloadsamba-894e02f80c254da4edca5dbae99561d205c63fbe.tar.gz
some DEBUG and comment fixes
metze (This used to be commit 5ac4f878687eb0fa95a2e5830a8372168a27d3b3)
Diffstat (limited to 'source4/ntvfs/print')
-rw-r--r--source4/ntvfs/print/vfs_print.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/ntvfs/print/vfs_print.c b/source4/ntvfs/print/vfs_print.c
index a9484d4329e..f56b9065018 100644
--- a/source4/ntvfs/print/vfs_print.c
+++ b/source4/ntvfs/print/vfs_print.c
@@ -88,7 +88,8 @@ NTSTATUS ntvfs_print_init(void)
struct ntvfs_ops ops;
ZERO_STRUCT(ops);
-
+
+ /* fill in the name and type */
ops.name = "default";
ops.type = NTVFS_PRINT;