SVN commit 1305656 by lunakl: use the right variable Otherwise 'target' is unused. M +1 -1 main.cpp --- trunk/icecream/daemon/main.cpp #1305655:1305656 @@ -773,7 +773,7 @@ int sock_to_stdin = -1; FileChunkMsg* fmsg = 0; - pid_t pid = start_install_environment( envbasedir, emsg->target, + pid_t pid = start_install_environment( envbasedir, target, emsg->name, client->channel, sock_to_stdin, fmsg, nobody_uid, nobody_gid ); client->status = Client::TOINSTALL;