From 544a79775bdbfd450ce3d2f8fe13e2ff215296fb Mon Sep 17 00:00:00 2001 From: mar Date: Mon, 26 Jun 1989 12:08:46 +0000 Subject: [PATCH] removed error table initializations (they're done in sms_connect) --- clients/mrtest/mrtest.c | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.45.2