X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=412769336a2896555142eac66cf6c9469f9c394b;hp=eb15875c36b8affba5a3defdce8f787ad73026ba;hb=823a4ff87a03ff9e1d2bfe8bc501f55ee4213649;hpb=42ddd68159d7eff0f3e7c225665c97f9abd59425 diff --git a/command.c b/command.c index eb15875c..41276933 100644 --- a/command.c +++ b/command.c @@ -385,7 +385,7 @@ static int com_si(struct command_context *cc) sender_info = para_strcat(sender_info, info); free(info); } - ut = get_server_uptime_str(now); + ut = daemon_get_uptime_str(now); ret = xasprintf(&msg, "version: %s\n" "up: %s\nplayed: %u\n"