Fix bug which caused ascend_open() to return "I/O error" (instead of "not me").

(This happened if ascend_open was called with *err != 0).

svn path=/trunk/; revision=34588
This commit is contained in:
Bill Meier 2010-10-20 17:07:55 +00:00
parent 185d387f62
commit 54fa1f56da
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ static gint64 ascend_seek(wtap *wth, int *err)
excessive_read_count--;
if (!excessive_read_count) {
*err = 0;
return -1;
}