daemon: fix save of studios with rooms

This commit is contained in:
Nedko Arnaudov 2010-08-29 23:38:46 +03:00
parent 6a2a94b996
commit 09cb302c01
1 changed files with 1 additions and 0 deletions

View File

@ -368,6 +368,7 @@ static bool run(void * command_context)
}
save_context.indent = 2;
save_context.fd = fd;
if (!ladish_studio_iterate_rooms(&save_context, save_studio_room))
{