diff options
author | Volker Lendecke <vl@samba.org> | 2011-10-31 12:40:58 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-10-31 12:48:06 +0100 |
commit | 625ad07f4fb5c3a44a7372d52e4d9123d943fbd6 (patch) | |
tree | 291186d989891f70cb3670d47a43c6a4dba760ce /source3 | |
parent | a86c536227a693c40a2daf9c1b95844b503ccd08 (diff) | |
download | samba-625ad07f4fb5c3a44a7372d52e4d9123d943fbd6.tar.gz samba-625ad07f4fb5c3a44a7372d52e4d9123d943fbd6.tar.bz2 samba-625ad07f4fb5c3a44a7372d52e4d9123d943fbd6.zip |
s3: Fix a comment
Diffstat (limited to 'source3')
-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))); |