From 9eddeb6c7fe29a0271e27ba30104c417c70897c4 Mon Sep 17 00:00:00 2001 From: eitan Date: Wed, 12 Oct 2005 08:46:51 +0000 Subject: [PATCH] Fix saving of accum flag in cache options file. git-svn-id: svn://openib.tc.cornell.edu/gen1@116 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- trunk/ulp/opensm/user/opensm/osm_subnet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/ulp/opensm/user/opensm/osm_subnet.c b/trunk/ulp/opensm/user/opensm/osm_subnet.c index beec964a..9799d985 100644 --- a/trunk/ulp/opensm/user/opensm/osm_subnet.c +++ b/trunk/ulp/opensm/user/opensm/osm_subnet.c @@ -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" -- 2.41.0