]> andersk Git - moira.git/blobdiff - lib/mr_init.c
Command line printer manipulation client, and build goo.
[moira.git] / lib / mr_init.c
index abb2933c9025a694a6629fbf40fe35ef4bfd41b0..7a0256845be53940a02135d740f2771c733ddfc3 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id $
+/* $Id$
  *
  * Initialize libmoira
  *
@@ -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.095407 seconds and 4 git commands to generate.