]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Another trivial rename
authorAndre <maan@p133.(none)>
Fri, 10 Mar 2006 19:30:43 +0000 (20:30 +0100)
committerAndre <maan@p133.(none)>
Fri, 10 Mar 2006 19:30:43 +0000 (20:30 +0100)
server.c

index f2835bae7d32679ae608b1e6d09ed0fe5ebf3afc..3f5570dd227621eec47a07394e87de1c7ebe9dad 100644 (file)
--- a/server.c
+++ b/server.c
@@ -277,7 +277,7 @@ static void setup_signal_handling(void)
        }
 }
 
-static void init_dbtool(void)
+static void init_selector(void)
 {
        int i, ret;
 
@@ -352,7 +352,7 @@ static unsigned do_inits(int argc, char **argv)
        /* become daemon */
        if (conf.daemon_given)
                daemon_init();
-       init_dbtool();
+       init_selector();
        PARA_NOTICE_LOG("%s", "initializing audio file sender\n");
        /* audio file sender */
        afs_init();