[Linux-decnet-commit] CVS: latd session.cc,1.42,1.43
Brought to you by:
chrissie_c,
ph3-der-loewe
From: Patrick C. <pa...@us...> - 2005-03-05 11:26:27
|
Update of /cvsroot/linux-decnet/latd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24363 Modified Files: session.cc Log Message: Don't word-align reconnect ID as it's not needed and breaks things. Index: session.cc =================================================================== RCS file: /cvsroot/linux-decnet/latd/session.cc,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -r1.42 -r1.43 *** session.cc 13 Aug 2004 07:56:43 -0000 1.42 --- session.cc 5 Mar 2005 11:26:09 -0000 1.43 *************** *** 1,4 **** /****************************************************************************** ! (c) 2001 Patrick Caulfield pa...@de... This program is free software; you can redistribute it and/or modify --- 1,4 ---- /****************************************************************************** ! (c) 2001,2005 Patrick Caulfield pa...@de... This program is free software; you can redistribute it and/or modify *************** *** 468,472 **** if (request_id) { - if (ptr & 1) ptr++; debuglog(("Sending request id %d, and port %s\n", request_id, ptyname)); buf[ptr++] = 2; // Parameter number --- 468,471 ---- |