From af451213de6fb67908bd407dcae5ebdf60116330 Mon Sep 17 00:00:00 2001 From: eitan Date: Wed, 12 Oct 2005 06:27:38 +0000 Subject: [PATCH] Add a fix for the previous patch - enabling non accumulation of log. git-svn-id: svn://openib.tc.cornell.edu/gen1@112 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- trunk/ulp/opensm/user/opensm/osm_db_files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/ulp/opensm/user/opensm/osm_db_files.c b/trunk/ulp/opensm/user/opensm/osm_db_files.c index 0b2c1301..05be9ce5 100644 --- a/trunk/ulp/opensm/user/opensm/osm_db_files.c +++ b/trunk/ulp/opensm/user/opensm/osm_db_files.c @@ -684,7 +684,7 @@ main(int argc, char **argv) cl_list_construct( &keys ); cl_list_init( &keys, 10 ); - osm_log_init( &log, TRUE, 0xff, "/tmp/test_osm_db.log"); + osm_log_init( &log, TRUE, 0xff, "/tmp/test_osm_db.log", FALSE); osm_db_construct(&db); if (osm_db_init(&db, &log)) -- 2.41.0