Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
7b64b452
Commit
7b64b452
authored
Aug 11, 2014
by
David COME
Browse files
Fixed wrong order of initialization which was generating a warning = error
parent
609f9fad
Changes
1
Hide whitespace changes
Inline
Side-by-side
castor/tape/tapeserver/drive/DriveInterface.hpp
View file @
7b64b452
...
...
@@ -47,7 +47,7 @@ namespace drives {
public:
compressionStats
()
:
fromHost
(
0
),
fromTape
(
0
),
toHost
(
0
)
,
toTape
(
0
)
{
fromHost
(
0
),
toTape
(
0
)
,
fromTape
(
0
),
toHost
(
0
)
{
}
//migration stats
...
...
Write
Preview
Supports
Markdown
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