]> andersk Git - moira.git/blobdiff - lib/mr_init.c
Command line printer manipulation client, and build goo.
[moira.git] / lib / mr_init.c
index ce7440b23b1aab5633358f0cbb02613443dc4618..7a0256845be53940a02135d740f2771c733ddfc3 100644 (file)
@@ -15,18 +15,13 @@ RCSID("$Header$");
 
 int mr_inited = 0;
 
-/* the reference to link_against_the_moira_version_of_gdb is to make
- * sure that this is built with the proper libraries.
- */
 void mr_init(void)
 {
-  extern int link_against_the_moira_version_of_gdb;
   if (mr_inited)
     return;
 
-  gdb_init();
   initialize_sms_error_table();
   initialize_krb_error_table();
-  link_against_the_moira_version_of_gdb = 0;
+  initialize_ureg_error_table();
   mr_inited = 1;
 }
This page took 0.538365 seconds and 4 git commands to generate.