ladishd: write vclient app_uuid when saving

This commit is contained in:
Nedko Arnaudov 2010-12-28 06:51:18 +02:00
parent 5288134676
commit 64a29c2304
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ ladish_save_vgraph_client_begin(
return false;
}
if (!ladish_write_string(fd, str))
if (!ladish_write_string(fd, app_str))
{
return false;
}