X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=412769336a2896555142eac66cf6c9469f9c394b;hp=eb15875c36b8affba5a3defdce8f787ad73026ba;hb=d2908a7356bf6460e0cfc748b9af61e5b0273783;hpb=a731a7c6e78fb137268b42062d9fb08b4e49a2c8 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"