Changeset 745 for trunk/server/source4/ntvfs/print
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source4/ntvfs/print/vfs_print.c
r414 r745 89 89 p = (char *)io->ioctl.out.blob.data; 90 90 SSVAL(p,0, 1 /* REWRITE: fsp->rap_print_jobid */); 91 push_string(p+2, lp _netbios_name(ntvfs->ctx->lp_ctx), 15, STR_TERMINATE|STR_ASCII);91 push_string(p+2, lpcfg_netbios_name(ntvfs->ctx->lp_ctx), 15, STR_TERMINATE|STR_ASCII); 92 92 push_string(p+18, ntvfs->ctx->config->name, 13, STR_TERMINATE|STR_ASCII); 93 93 return NT_STATUS_OK;
Note:
See TracChangeset
for help on using the changeset viewer.