From: tytso Date: Tue, 2 Jul 1996 01:54:29 +0000 (+0000) Subject: Initialize the SMS error table so that if there are errors, they can be X-Git-Tag: MOIRADEV_7_8_96~4 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/e0806e36dfb2ab542ff08966f324be4e06407a40 Initialize the SMS error table so that if there are errors, they can be intelligently printed. --- diff --git a/regtape/students.dc b/regtape/students.dc index 80462c78..79f2cfb3 100644 --- a/regtape/students.dc +++ b/regtape/students.dc @@ -117,6 +117,7 @@ char **argv; setlinebuf(stdout); setlinebuf(stderr); + initialize_sms_error_table(); EXEC SQL CONNECT moira; if (sqlca.sqlcode != 0) {