hostnamed implementation coming along, implements introspectable now. had to switch...
[systembsd.git] / src / main.c
index 8ba890714434b4a2285953854ff04766f222aa10..a51b30d84f76fd2b5689ceee737a0d2e52a8a8ca 100644 (file)
@@ -2,12 +2,7 @@
 #include "modules/hostnamed/hostnamed.c"
 
 int main() {
-       GMainLoop *loop;
-       
        hostnamed_init();
        
-       loop = g_main_loop_new(NULL, FALSE);
-       g_main_loop_run(loop);
-
        return 0;
 }