Signed-off-by: Hal Rosenstock <[email protected]>
---
diff --git a/src/acm.c b/src/acm.c
index f55ebc0..ae326e5 100644
--- a/src/acm.c
+++ b/src/acm.c
@@ -3466,7 +3466,7 @@ static void acm_set_options(void)
                else if (!stricmp("addr_preload", opt))
                        addr_preload = acm_convert_addr_preload(value);
                else if (!stricmp("addr_data_file", opt))
-                       strcpy(addr_data_file, opt);
+                       strcpy(addr_data_file, value);
        }
 
        fclose(f);
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to