Skip to content
GitLab
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
264169d1
Commit
264169d1
authored
Jun 05, 2020
by
Steven Murray
Committed by
Cedric Caffy
Jun 10, 2020
Browse files
Fixed 'media type' bug in RequestMessage::processMediaType_Add()
parent
d7ec9d21
Changes
1
Hide whitespace changes
Inline
Side-by-side
xroot_plugins/XrdSsiCtaRequestMessage.cpp
View file @
264169d1
...
...
@@ -1215,7 +1215,7 @@ void RequestMessage::processMediaType_Add(cta::xrd::Response &response)
}
catalogue
::
MediaType
mediaType
;
mediaType
.
name
=
getRequired
(
OptionString
::
STORAGE_CLASS
);
mediaType
.
name
=
getRequired
(
OptionString
::
MEDIA_TYPE
);
mediaType
.
cartridge
=
getRequired
(
OptionString
::
CARTRIDGE
);
mediaType
.
capacityInBytes
=
getRequired
(
OptionUInt64
::
CAPACITY
);
mediaType
.
primaryDensityCode
=
getRequired
(
OptionUInt64
::
PRIMARY_DENSITY_CODE
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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