git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@682 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2009-03-03 17:00:53 +00:00
parent 250929b448
commit d3d5666f5d
4 changed files with 6 additions and 30 deletions
+1 -1
View File
@@ -616,7 +616,7 @@ static int scst_local_add_adapter(void)
sprintf(name, "scstlclhst%d:%d", scst_local_add_host, i);
scst_lcl_host->session[i] = scst_register_session(
scst_lcl_host->target,
TRUE, name, NULL, NULL);
0, name, NULL, NULL);
if (!scst_lcl_host->session[i]) {
printk(KERN_WARNING "scst_register_session failed:\n");
error = -1;