]> andersk Git - moira.git/blobdiff - db/newmoira.dc
removed "-" from continuations
[moira.git] / db / newmoira.dc
index 4b96264a4b2ee041c7be6589fee64e19c5d65c87..baddb1b45ff9e78dc80fb941bc9334cbaa736631 100644 (file)
@@ -238,6 +238,14 @@ char **argv;
        printf("SQL error: %s\n",buffer);
        exit(1);
     }
+    EXEC SQL INSERT INTO subnet (name)
+      VALUES ('NONE');
+    if (ingres_errno) {
+       printf("Unable to install 0 subnet\n");
+       EXEC SQL INQUIRE_SQL (:buffer = ERRORTEXT);
+       printf("SQL error: %s\n",buffer);
+       exit(1);
+    }
     EXEC SQL INSERT INTO cluster (name)
       VALUES ('[unassigned]');
     if (ingres_errno) {
@@ -466,3 +474,10 @@ int followup_guax() {}
 int followup_uuac() {}
 int get_end_members_of_list() {}
 int _sdl_followup() {}
+int access_host() {}
+int access_ahal() {}
+int setup_dsnt() {}
+int setup_ahst() {}
+int setup_ahal() {}
+int followup_gsnt() {}
+int followup_ghst() {}
This page took 0.057849 seconds and 4 git commands to generate.