]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
Add a fix for the previous patch - enabling non accumulation of log.
authoreitan <eitan@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Wed, 12 Oct 2005 06:27:38 +0000 (06:27 +0000)
committereitan <eitan@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Wed, 12 Oct 2005 06:27:38 +0000 (06:27 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@112 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/ulp/opensm/user/opensm/osm_db_files.c

index 0b2c13011ae01aaf80d1d5c980eae280e2ba7f07..05be9ce57c80c332bacaa6dc3e8282f3e974d3bb 100644 (file)
@@ -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))