diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-05-15 15:49:55 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:22:07 -0500 |
commit | 8c3f8e5697f29f1a9829298e0561ff7305b62082 (patch) | |
tree | 84540e7fa44955f13c55ee97b2e099479dbc58af /source3/smbd/statcache.c | |
parent | 6669aa051e6e2e3cb79cb4e4b97c2dcd4e31d02b (diff) | |
download | samba-8c3f8e5697f29f1a9829298e0561ff7305b62082.tar.gz |
r22911: Pass a messaging_context to message_send_all
(This used to be commit cc92ce665dcfe9054d09429219883b18a4cab090)
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 7c2c968d8dc..1d6646257a9 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, |