diff options
Diffstat (limited to 'source3/lib/messages.c')
-rw-r--r-- | source3/lib/messages.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/lib/messages.c b/source3/lib/messages.c index b3917d03f5..36c34b6d48 100644 --- a/source3/lib/messages.c +++ b/source3/lib/messages.c @@ -116,7 +116,10 @@ static int traverse_fn(struct db_record *rec, const struct server_id *id, if (NT_STATUS_EQUAL(status, NT_STATUS_INVALID_HANDLE)) { - /* If the pid was not found delete the entry from connections.tdb */ + /* + * If the pid was not found delete the entry from + * serverid.tdb + */ DEBUG(2, ("pid %s doesn't exist\n", procid_str_static(id))); |