Skip to content

Commit

Permalink
use startIScsid() in autoyast client (bnc#802060)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Fehr committed Feb 5, 2013
1 parent bee1828 commit fcbf66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iscsi-client_auto.ycp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ else if (func == "Write") {
IscsiClient::write_only = true;
ModuleLoading::Load("iscsi_tcp", "", "", "", false, true);
IscsiClientLib::autoyastPrepare();
SCR::Execute(.background.run_output_err, "iscsid");
IscsiClientLib::startIScsid();
ret = IscsiClient::Write();
Progress::set (progress_orig);
}
Expand Down

0 comments on commit fcbf66e

Please sign in to comment.