mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-23 01:51:54 +00:00
update the openslp network patch. The previous version can cause 'Segmentation failed' error on sles 10
This commit is contained in:
parent
8e7c926704
commit
f7ac301292
@ -1,12 +1,9 @@
|
||||
diff -uNr a/libslp/libslp_network.c b/libslp/libslp_network.c
|
||||
--- a/libslp/libslp_network.c 2008-08-29 14:07:28.755514312 -0400
|
||||
+++ b/libslp/libslp_network.c 2008-08-29 14:07:06.563887952 -0400
|
||||
@@ -389,10 +389,8 @@
|
||||
@@ -389,8 +389,6 @@
|
||||
/*--------------------------*/
|
||||
/* Main retransmission loop */
|
||||
/*--------------------------*/
|
||||
- while(xmitcount <= MAX_RETRANSMITS)
|
||||
+ while(xmitcount < MAX_RETRANSMITS)
|
||||
while(xmitcount <= MAX_RETRANSMITS)
|
||||
{
|
||||
- xmitcount++;
|
||||
-
|
||||
|
Loading…
Reference in New Issue
Block a user