diff options
Diffstat (limited to 'db/pdfile.h')
-rw-r--r-- | db/pdfile.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/pdfile.h b/db/pdfile.h index b97bb997e17..d0fb8dfc9ad 100644 --- a/db/pdfile.h +++ b/db/pdfile.h @@ -391,7 +391,8 @@ inline bool setClient(const char *ns) { client = c; return justCreated; } -/* we normally keep around a curNs ptr -- if this ns is temporary, + +/* We normally keep around a curNs ptr -- if this ns is temporary, use this instead so we don't have a bad ptr. we could have made a copy, but trying to be fast as we call setClient this for every single operation. */ |