Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
da8bfe82
Commit
da8bfe82
authored
Aug 29, 2011
by
JINMEI Tatuya
Browse files
[1068] missing initialization
parent
7980a6c8
Changes
1
Show whitespace changes
Inline
Side-by-side
src/lib/datasrc/tests/database_unittest.cc
View file @
da8bfe82
...
...
@@ -111,7 +111,7 @@ class MockAccessor : public NopAccessor {
Domains
;
public:
MockAccessor
()
{
MockAccessor
()
:
rollbacked_
(
false
)
{
readonly_records_
=
&
readonly_records_master_
;
update_records_
=
&
update_records_master_
;
empty_records_
=
&
empty_records_master_
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment