follow-up bit
This commit is contained in:
+3
-2
@@ -974,9 +974,10 @@ unsigned long *colormasks UNUSED;
|
|||||||
return; /* processed one field other than BL_FLUSH */
|
return; /* processed one field other than BL_FLUSH */
|
||||||
} /* (idx >= 0, thus not BL_FLUSH, BL_RESET, BL_CHARACTERISTICS) */
|
} /* (idx >= 0, thus not BL_FLUSH, BL_RESET, BL_CHARACTERISTICS) */
|
||||||
|
|
||||||
if (idx != BL_FLUSH && idx != BL_RESET)
|
/* does BL_RESET require any specific code to ensure all fields ? */
|
||||||
|
|
||||||
|
if (!(idx == BL_FLUSH || idx == BL_RESET))
|
||||||
return;
|
return;
|
||||||
/* does BL_RESET require any additional code to ensure all fields ? */
|
|
||||||
|
|
||||||
/* We've received BL_FLUSH; time to output the gathered data */
|
/* We've received BL_FLUSH; time to output the gathered data */
|
||||||
nb = newbot1;
|
nb = newbot1;
|
||||||
|
|||||||
Reference in New Issue
Block a user