Changeset 5d0c8c714ba4f21d9cf3b4418f67a7b0f556b8d2

Show
Ignore:
Timestamp:
11/25/09 15:15:40 (3 years ago)
Author:
Nedko Arnaudov <nedko@…>
Children:
90e81444eecc7269951f629199c22969bbb53c55
Parents:
17c848f1fdfba12e37a2da967f02ef1fd7f0c3c0
git-committer:
Nedko Arnaudov <nedko@arnaudov.name> / 2009-11-25T15:15:40Z+0200
Message:

ladishd: fix studio save

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • daemon/studio.c

    r4d061b7 r5d0c8c7  
    518518  log_info("Save studio request"); 
    519519 
    520   if (ladish_command_unload_studio(call_ptr, &g_studio.cmd_queue)) 
     520  if (ladish_command_save_studio(call_ptr, &g_studio.cmd_queue)) 
    521521  { 
    522522    method_return_new_void(call_ptr);