Ticket #120 (closed Bug report)
no connection to default site
| Reported by: | djnestle | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | Other |
| Keywords: | Cc: | djnestle, codesquid, links2learning | |
| Operating system type: | Operating system version: |
Description
On my system (win95), the function "connect to default site" does not work.
I could fix the problem by changing the while-loop within function
CSiteManager::GetDefaultSite(CString substring) : (changed/new lines are marked *)
while(RegEnumKeyEx(key,index,buffer,&length,0,0,0,0)==ERROR_SUCCESS)
{
t_Site *site;
* if(substring == "")
* site=GetDefaultSite(buffer);
* else
site=GetDefaultSite(substring+"\\"+buffer);
if (site)
return site;
index++;
length=1000;
}
David
Change History
Note: See
TracTickets for help on using
tickets.
