Skip to content

Commit

Permalink
iox-eclipse-iceoryx#91 Address left-over review finding
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
  • Loading branch information
mossmaurice committed Dec 17, 2020
1 parent bbc917e commit c51faaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ MemoryMap::MemoryMap(const void* f_baseAddressHint,
const off_t f_offset)
: m_length(f_length)
{
int32_t l_memoryProtection{0};
int32_t l_memoryProtection{PROT_NONE};
switch (f_accessMode)
{
case AccessMode::readOnly:
Expand Down

0 comments on commit c51faaf

Please sign in to comment.