don't set data to zero of found session

This commit is contained in:
jsorg71 2005-08-11 02:15:42 +00:00
parent 6468e760d2
commit 756f4316cc

View File

@ -426,7 +426,7 @@ start session\n");
{
display = s_item->display;
auth_end(data);
data = 0;
/* don't set data to null here */
}
else
{