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/smbd/statcache.c

    r746 r988  
    2222
    2323#include "includes.h"
    24 #include "memcache.h"
     24#include "../lib/util/memcache.h"
    2525#include "smbd/smbd.h"
    2626#include "messages.h"
     
    350350**************************************************************************/
    351351
    352 void send_stat_cache_delete_message(struct messaging_context *msg_ctx,
    353                                     const char *name)
     352void smbd_send_stat_cache_delete_message(struct messaging_context *msg_ctx,
     353                                        const char *name)
    354354{
    355355#ifdef DEVELOPER
     
    387387***************************************************************/
    388388
    389 unsigned int fast_string_hash(struct TDB_DATA *key)
     389unsigned int fast_string_hash(TDB_DATA *key)
    390390{
    391391        unsigned int n = 0;
Note: See TracChangeset for help on using the changeset viewer.