TODO print_spool_write vs. recvfile
authorStefan Metzmacher <metze@samba.org>
Wed, 4 Dec 2013 09:41:26 +0000 (10:41 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 12 Mar 2014 23:04:38 +0000 (00:04 +0100)
source3/smbd/fileio.c

index b0da7a2af2f1ba10e76895b4ea320febcd55c706..630e34fe8c9d490e22f28c6f48e748d88b2374e2 100644 (file)
@@ -317,7 +317,7 @@ ssize_t write_file(struct smb_request *req,
        if (fsp->print_file) {
                uint32_t t;
                int ret;
-
+//TODO
                ret = print_spool_write(fsp, data, n, pos, &t);
                if (ret) {
                        errno = ret;