Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmales committed Oct 5, 2023
1 parent fface31 commit 50c004f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/images/shmimImage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ void shmimImage::imConnect()
m_data = nullptr;
m_shmimAttached = 0;
std::cerr << "Could not get inode for image. " << strerror(errno) << "\n";
return; //We just need to wait for the server process to finish startup, so come back on next timeout
return;
}
m_inode = buffer.st_ino;

Expand Down

0 comments on commit 50c004f

Please sign in to comment.