Ignore:
Timestamp:
Nov 25, 2016, 8:04:54 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/rpc_client/cli_winreg_spoolss.c

    r988 r989  
    530530        char *str;
    531531
    532         /* FIXME: check format is right,
    533          *      this needs to be something like: 6.1.7600.16385 */
     532        /*
     533         * this needs to be something like: 6.1.7600.16385
     534         */
    534535        str = talloc_asprintf(mem_ctx, "%u.%u.%u.%u",
    535536                              (unsigned)((data >> 48) & 0xFFFF),
     
    575576                ((uint64_t)(v2 & 0xFFFF) << 32) +
    576577                ((uint64_t)(v3 & 0xFFFF) << 16) +
    577                 (uint64_t)(v2 & 0xFFFF);
     578                (uint64_t)(v4 & 0xFFFF);
    578579
    579580        return WERR_OK;
Note: See TracChangeset for help on using the changeset viewer.