s3: printing: Remove the LSEEK in printing_pread_data() and use read_file() instead.
authorJeremy Allison <jra@samba.org>
Tue, 1 May 2018 18:51:43 +0000 (11:51 -0700)
committerRalph Boehme <slow@samba.org>
Fri, 4 May 2018 20:34:24 +0000 (22:34 +0200)
commit2bea1103e5d322515eac7ddae5e1444ceb5e7b97
tree5891f11490b720d7191c55923ce750b687b815d1
parent70eb53366995e842f0f29733979a13b6738ffb1a
s3: printing: Remove the LSEEK in printing_pread_data() and use read_file() instead.

Removes last-but-one user of SMB_VFS_READ.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/printing/nt_printing.c