diff options
Diffstat (limited to 'source3/smbd/statcache.c')
-rw-r--r-- | source3/smbd/statcache.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/smbd/statcache.c b/source3/smbd/statcache.c index 7c2c968d8d..1d6646257a 100644 --- a/source3/smbd/statcache.c +++ b/source3/smbd/statcache.c @@ -292,7 +292,8 @@ BOOL stat_cache_lookup(connection_struct *conn, pstring name, pstring dirpath, void send_stat_cache_delete_message(const char *name) { #ifdef DEVELOPER - message_send_all(MSG_SMB_STAT_CACHE_DELETE, + message_send_all(smbd_messaging_context(), + MSG_SMB_STAT_CACHE_DELETE, name, strlen(name)+1, True, |