Changeset 6681 for trunk/ARBDB/ad_load.cxx
- Timestamp:
- 30/07/10 16:11:07 (19 months ago)
- Files:
-
- 1 modified
-
trunk/ARBDB/ad_load.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ARBDB/ad_load.cxx
r6678 r6681 1464 1464 ASSERT_RESULT(long, gb_create_key(Main, "main", false), 0); 1465 1465 1466 Main->dummy_father = gb_make_container(NULL, 0, -1, 0); // create "main"1466 Main->dummy_father = gb_make_container(NULL, NULL, -1, 0); // create "main" 1467 1467 Main->dummy_father->main_idx = gb_make_main_idx(Main); 1468 1468 Main->dummy_father->server_id = GBTUM_MAGIC_NUMBER; 1469 gbd = gb_make_container(Main->dummy_father, 0, -1, 0); // create "main"1469 gbd = gb_make_container(Main->dummy_father, NULL, -1, 0); // create "main" 1470 1470 1471 1471 Main->data = gbd;
