From: mar Date: Mon, 26 Jun 1989 12:08:46 +0000 (+0000) Subject: removed error table initializations (they're done in sms_connect) X-Git-Tag: PATCH5~57 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/544a79775bdbfd450ce3d2f8fe13e2ff215296fb removed error table initializations (they're done in sms_connect) --- diff --git a/clients/mrtest/mrtest.c b/clients/mrtest/mrtest.c index f4df4e41..fbe3c854 100644 --- a/clients/mrtest/mrtest.c +++ b/clients/mrtest/mrtest.c @@ -43,8 +43,6 @@ sms() #endif __SABER__ init_ss_err_tbl(); - init_sms_err_tbl(); - init_krb_err_tbl(); ss = ss_create_invocation("sms", "2.0", (char *)NULL, &sms_test, &status);