Commit a073a59
committed
Fix issue #221
In function sqlite3mc_initialize() the encryption VFS shim was added to the default VFS unconditionally. However, this fails if no default VFS is configured. Now it is first checked whether a default VFS is configured. Only then the encryption VFS shim is applied, so that sqlite3mc_initialize() does not fail.1 parent ea0dfe7 commit a073a59
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
705 | | - | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
706 | 711 | | |
707 | 712 | | |
708 | 713 | | |
| |||
0 commit comments