Added missing space after GMT to keepalive
git-svn-id: http://repo.ham.fi/svn/aprsc/trunk@40 3ce903b1-3385-4e86-93cd-f9a4a239f7ac
This commit is contained in:
parent
a9b4db432d
commit
fae8c79dd8
|
|
@ -404,7 +404,7 @@ void send_keepalives(struct worker_t *self)
|
|||
t.tm_mday, monthname[t.tm_mon], t.tm_year + 1900,
|
||||
t.tm_hour, t.tm_min, t.tm_sec);
|
||||
|
||||
s += sprintf(s, "%s serverIP:serverPORT\r\n", mycall);
|
||||
s += sprintf(s, " %s serverIP:serverPORT\r\n", mycall);
|
||||
|
||||
len = (s - buf);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue