(doit): remember to step over the error message when we discover that

XDELE is not supported


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6842 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-08-19 17:26:53 +00:00
parent cc4be54688
commit 5a7f25bfd1

View File

@@ -413,9 +413,11 @@ doit(int s,
rem -= p - beg + 2;
beg = p + 2;
} else {
if(state == XDELE)
if(state == XDELE) {
state = DELE;
else
rem -= p - beg + 2;
beg = p + 2;
} else
errx (1, "Bad response: %.*s", (int)(p - beg), beg);
}
}