]> andersk Git - moira.git/commitdiff
Initialize the SMS error table so that if there are errors, they can be
authortytso <tytso>
Tue, 2 Jul 1996 01:54:29 +0000 (01:54 +0000)
committertytso <tytso>
Tue, 2 Jul 1996 01:54:29 +0000 (01:54 +0000)
intelligently printed.

regtape/students.dc

index 80462c781370628ca552c4ddd08fbcea566aad11..79f2cfb32bb6586fa1583ae41c9cc233a5fa48d3 100644 (file)
@@ -117,6 +117,7 @@ char **argv;
 
     setlinebuf(stdout);
     setlinebuf(stderr);
+    initialize_sms_error_table();
 
     EXEC SQL CONNECT moira;
     if (sqlca.sqlcode != 0) {
This page took 0.056443 seconds and 5 git commands to generate.