summaryrefslogtreecommitdiff
path: root/lib/ZIfNotice.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ZIfNotice.c')
-rw-r--r--lib/ZIfNotice.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/ZIfNotice.c b/lib/ZIfNotice.c
index 8c69d01..32b6b83 100644
--- a/lib/ZIfNotice.c
+++ b/lib/ZIfNotice.c
@@ -13,7 +13,7 @@
/* $Header$ */
#ifndef lint
-static char rcsid_ZIfNotice_c[] = "$Header$";
+static char rcsid_ZIfNotice_c[] = "$Id$";
#endif lint
#include <zephyr/mit-copyright.h>
@@ -59,5 +59,8 @@ Code_t ZIfNotice(notice, from, predicate, args)
}
if ((retval = Z_ReadWait()) != ZERR_NONE)
return (retval);
+ qptr = Z_GetFirstComplete(); /* need to look over all of
+ the queued messages, in case
+ a fragment has been reassembled */
}
}