projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
server: Include git version in output of com_si().
[paraslash.git]
/
command.c
diff --git
a/command.c
b/command.c
index
f9ef6cd
..
5217f9b
100644
(file)
--- a/
command.c
+++ b/
command.c
@@
-255,7
+255,8
@@
int com_si(struct rc4_context *rc4c, int argc, __a_unused char * const * argv)
free(info);
}
ut = uptime_str();
free(info);
}
ut = uptime_str();
- ret = rc4_send_va_buffer(rc4c, "up: %s\nplayed: %u\n"
+ ret = rc4_send_va_buffer(rc4c, "version: " GIT_VERSION "\n"
+ "up: %s\nplayed: %u\n"
"server_pid: %d\n"
"afs_pid: %d\n"
"connections (active/accepted/total): %u/%u/%u\n"
"server_pid: %d\n"
"afs_pid: %d\n"
"connections (active/accepted/total): %u/%u/%u\n"