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

Location:
vendor/current/source4/smb_server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source4/smb_server/service_smb.c

    r988 r989  
    3535#include "param/param.h"
    3636#include "file_server/file_server.h"
    37 
     37#include "ntvfs/ntvfs.h"
     38#include "lib/cmdline/popt_common.h"
    3839/*
    3940  open the smb server sockets
     
    8788NTSTATUS server_service_smb_init(void)
    8889{
     90        ntvfs_init(cmdline_lp_ctx);
    8991        share_init();
    9092        return register_server_service("smb", smbsrv_task_init);
  • vendor/current/source4/smb_server/wscript_build

    r988 r989  
    66        subsystem='service',
    77        init_function='server_service_smb_init',
    8         deps='SMB_SERVER netif shares samba-hostconfig',
     8        deps='SMB_SERVER netif shares samba-hostconfig POPT_SAMBA',
    99        internal_module=False,
    1010        enabled=bld.CONFIG_SET('WITH_NTVFS_FILESERVER')
Note: See TracChangeset for help on using the changeset viewer.