summaryrefslogtreecommitdiffstats
path: root/source/smbd/notify_internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/smbd/notify_internal.c')
-rw-r--r--source/smbd/notify_internal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/notify_internal.c b/source/smbd/notify_internal.c
index 9f23db66711..940ff8aae96 100644
--- a/source/smbd/notify_internal.c
+++ b/source/smbd/notify_internal.c
@@ -677,7 +677,7 @@ void notify_trigger(struct notify_context *notify,
DEBUG(10, ("Deleting notify entries for "
"process %s because it's gone\n",
- procid_str_static(&e->server.id)));
+ procid_str_static(&e->server)));
notify_remove_all(notify, &server);
goto again;
}