X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audiod_command.c;h=e65f747a50625b99fd3c06c69c62f30d475ddbac;hb=823a4ff87a03ff9e1d2bfe8bc501f55ee4213649;hp=4485d9e9df28ca0fb2d1689046c1e53cffc9f5a5;hpb=a731a7c6e78fb137268b42062d9fb08b4e49a2c8;p=paraslash.git diff --git a/audiod_command.c b/audiod_command.c index 4485d9e9..e65f747a 100644 --- a/audiod_command.c +++ b/audiod_command.c @@ -510,7 +510,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);