Changeset 740 for vendor/current/source4/ntvfs/print
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source4/ntvfs/print/vfs_print.c
r414 r740 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.