Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 8, 2018
1 parent 759ad13 commit 4615437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/apps/server/src/remotefeeduser.cpp
Expand Up @@ -157,7 +157,7 @@ DENG2_PIMPL(RemoteFeedUser)
try
{
// Make sure the file system is ready for use.
FS::get().waitForIdle();
FS::waitForIdle();

std::unique_ptr<RemoteFeedMetadataPacket> response;

Expand Down

0 comments on commit 4615437

Please sign in to comment.