This commit is contained in:
danm%netscape.com 1998-08-14 03:44:39 +00:00
Родитель c804eb4ad1
Коммит 9d916ee0d8
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -2983,7 +2983,8 @@ np_newstream(URL_Struct *urls, np_handle *handle, np_instance *instance)
/* and call the plugin */
instance->reentrant = 1;
stype = (uint) stype2 = NP_NORMAL;
stype = NP_NORMAL;
stype2 = NP_NORMAL;
TRACEMSG(("npglue.c: CallNPP_NewStreamProc"));
if (handle->userPlugin) {
nsPluginInstancePeer* peerInst = (nsPluginInstancePeer*)instance->npp->pdata;