mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
always test those last-minute pre-checkin cleanups
This commit is contained in:
parent
3984d85795
commit
c999bbae92
1 changed files with 2 additions and 2 deletions
|
@ -1134,9 +1134,9 @@ CookieRef::forward_or_store( const CRefEvent* evt )
|
|||
do {
|
||||
int buflen = evt->u.fwd.buflen;
|
||||
unsigned char buf[buflen];
|
||||
if ( *buf == XWRELAY_MSG_TORELAY ) {
|
||||
if ( *cbuf == XWRELAY_MSG_TORELAY ) {
|
||||
buf[0] = XWRELAY_MSG_FROMRELAY;
|
||||
} else if ( *buf == XWRELAY_MSG_TORELAY_NOCONN ) {
|
||||
} else if ( *cbuf == XWRELAY_MSG_TORELAY_NOCONN ) {
|
||||
*buf = XWRELAY_MSG_FROMRELAY_NOCONN;
|
||||
} else {
|
||||
logf( XW_LOGERROR, "%s: got XWRELAY type of %d", __func__,
|
||||
|
|
Loading…
Add table
Reference in a new issue