]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
Fix saving of accum flag in cache options file.
authoreitan <eitan@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Wed, 12 Oct 2005 08:46:51 +0000 (08:46 +0000)
committereitan <eitan@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Wed, 12 Oct 2005 08:46:51 +0000 (08:46 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@116 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/ulp/opensm/user/opensm/osm_subnet.c

index beec964a564e56d5f8aae1bcd80356a6eb99c845..9799d9857ab1713cbb922e60ecf612ada908ae9b 100644 (file)
@@ -932,7 +932,7 @@ osm_subn_write_conf_file(
     p_opts->log_flags,
     p_opts->force_log_flush ? "TRUE" : "FALSE",
     p_opts->log_file,
-    p_opts->accum_log_file,
+    p_opts->accum_log_file ? "TRUE" : "FALSE",
     p_opts->dump_files_dir,
     p_opts->no_multicast_option ? "TRUE" : "FALSE",
     p_opts->disable_multicast ? "TRUE" : "FALSE"