summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-08-16 18:59:23 +0200
committerKali Kaneko <kali@leap.se>2013-08-16 19:54:27 +0200
commit342b441fe2236f23c8cb57b012d5e4adcfc65f0c (patch)
treeea1bc1a4fafcaf05f81b14825f877d26c90946d2 /changes
parenta9ddf49a05e3f6610dd5a96307c37fb4f4cf3d65 (diff)
Avoid none problems when calls are made to non-initialized soledad.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug_3497-check-for-none-in-priv-db1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug_3497-check-for-none-in-priv-db b/changes/bug_3497-check-for-none-in-priv-db
new file mode 100644
index 00000000..26365ec8
--- /dev/null
+++ b/changes/bug_3497-check-for-none-in-priv-db
@@ -0,0 +1 @@
+ o Check for None in private methods that depend on _db. Closes: #3497