X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=db28b39dff8362a76d668d16ca6c7ac13541a9c7;hp=585bb31c54b8df7395c8330f7f4d6e7b15890ad8;hb=8b71176b792089c47acc788e1c1e068e9375fd18;hpb=435ad905b15bdad01dc3189bed5bf1d647ed1229 diff --git a/command.c b/command.c index 585bb31c..db28b39d 100644 --- a/command.c +++ b/command.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2014 Andre Noll + * Copyright (C) 1997-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -383,7 +383,7 @@ static int com_si(struct command_context *cc) if (cc->argc != 1) return -E_COMMAND_SYNTAX; mutex_lock(mmd_mutex); - ut = get_server_uptime_str(now); + ut = daemon_get_uptime_str(now); ret = xasprintf(&msg, "up: %s\nplayed: %u\n" "server_pid: %d\n"