Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/lib/netapi/serverinfo.c

    r740 r988  
    3737
    3838        i.sv101_platform_id     = PLATFORM_ID_NT;
    39         i.sv101_name            = global_myname();
    40         i.sv101_version_major   = lp_major_announce_version();
    41         i.sv101_version_minor   = lp_minor_announce_version();
     39        i.sv101_name            = name();
     40        i.sv101_version_major   = ;
     41        i.sv101_version_minor   = ;
    4242        i.sv101_type            = lp_default_server_announce();
    43         i.sv101_comment         = lp_serverstring();
     43        i.sv101_comment         = lp_server);
    4444
    4545        *buffer = (uint8_t *)talloc_memdup(ctx, &i, sizeof(i));
     
    5959        struct SERVER_INFO_1005 info1005;
    6060
    61         info1005.sv1005_comment = lp_serverstring();
     61        info1005.sv1005_comment = lp_server);
    6262        *buffer = (uint8_t *)talloc_memdup(ctx, &info1005, sizeof(info1005));
    6363        if (!*buffer) {
     
    504504
    505505        werr = libnetapi_get_binding_handle(ctx, r->in.server_name,
    506                                             &ndr_table_srvsvc.syntax_id,
     506                                            &ndr_table_srvsvc,
    507507                                            &b);
    508508        if (!W_ERROR_IS_OK(werr)) {
     
    617617
    618618        werr = libnetapi_get_binding_handle(ctx, r->in.server_name,
    619                                             &ndr_table_srvsvc.syntax_id,
     619                                            &ndr_table_srvsvc,
    620620                                            &b);
    621621        if (!W_ERROR_IS_OK(werr)) {
     
    659659
    660660        werr = libnetapi_get_binding_handle(ctx, r->in.server_name,
    661                                             &ndr_table_srvsvc.syntax_id,
     661                                            &ndr_table_srvsvc,
    662662                                            &b);
    663663        if (!W_ERROR_IS_OK(werr)) {
Note: See TracChangeset for help on using the changeset viewer.