aboutsummaryrefslogtreecommitdiffstats
path: root/asterisk.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-09-05 04:36:58 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-09-05 04:36:58 +0000
commitab4bc77ab528e3417f422643544bc408c8876a76 (patch)
treec8ec720bba6072f4662637d25e509e91d0d30b11 /asterisk.c
parent72200fa226eb52314349735f9ea712c0add5ec7d (diff)
Fix version
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1477 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'asterisk.c')
-rwxr-xr-xasterisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asterisk.c b/asterisk.c
index 1689e54fc..498a0562d 100755
--- a/asterisk.c
+++ b/asterisk.c
@@ -1058,7 +1058,7 @@ static void ast_remotecontrol(char * data)
stringp=buf;
hostname = strsep(&stringp, "/");
cpid = strsep(&stringp, "/");
- version = strsep(&stringp, "/");
+ version = strsep(&stringp, "\n");
if (!version)
version = "<Version Unknown>";
stringp=hostname;