Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source4/ntvfs/print/vfs_print.c

    r414 r740  
    8989                p = (char *)io->ioctl.out.blob.data;
    9090                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);
    9292                push_string(p+18, ntvfs->ctx->config->name, 13, STR_TERMINATE|STR_ASCII);
    9393                return NT_STATUS_OK;
Note: See TracChangeset for help on using the changeset viewer.