]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod_command.c
doc: Change email address to maan@tuebingen.mpg.de
[paraslash.git] / audiod_command.c
index 56d922e6681e66d0d9c4f65df86569806a38ca80..d5c53bf90059101cd345254e0a3c294c3df73307 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2014 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-2014 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -527,7 +527,7 @@ void audiod_status_dump(bool force)
                        free(new);
        }
 
-       new = get_server_uptime_str(now);
+       new = daemon_get_uptime_str(now);
        old = stat_item_values[SI_AUDIOD_UPTIME];
        if (force || !old || strcmp(old, new)) {
                free(old);