summaryrefslogtreecommitdiffstats
path: root/src/ccapi/server/ccs_cache_collection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ccapi/server/ccs_cache_collection.c')
-rw-r--r--src/ccapi/server/ccs_cache_collection.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ccapi/server/ccs_cache_collection.c b/src/ccapi/server/ccs_cache_collection.c
index a1531bdb3a..1a312b90e9 100644
--- a/src/ccapi/server/ccs_cache_collection.c
+++ b/src/ccapi/server/ccs_cache_collection.c
@@ -26,6 +26,7 @@
#include "k5-platform.h" /* pull in asprintf decl/defn */
#include "ccs_common.h"
+#include "ccs_os_notify.h"
struct ccs_cache_collection_d {
cc_time_t last_changed_time;
@@ -176,6 +177,10 @@ cc_int32 ccs_cache_collection_changed (ccs_cache_collection_t io_cache_collectio
}
}
+ if (!err) {
+ err = ccs_os_notify_cache_collection_changed (io_cache_collection);
+ }
+
cci_stream_release (reply_data);
return cci_check_error (err);