summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/user-awareness-users.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/user-awareness-users.c b/src/user-awareness-users.c
index 85a1d8c..3664e84 100644
--- a/src/user-awareness-users.c
+++ b/src/user-awareness-users.c
@@ -886,6 +886,8 @@ int ua_user_foreach_added(
{
FUNC_ENTRY;
+ UA_VALIDATE_INPUT_PARAMETER(foreach_cb);
+
_ua_foreach_registered_users(foreach_cb, user_data);
FUNC_EXIT;