Disable auto-registration of dll's for unix for now
git-svn-id: svn://10.0.0.236/trunk@20014 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -667,6 +667,7 @@ nsresult nsRepository::AddToDefaultPathList(const char *pathlist)
|
||||
|
||||
nsresult nsRepository::SyncComponentsInPathList(const char *pathlist)
|
||||
{
|
||||
#ifndef XP_UNIX
|
||||
char *paths = PL_strdup(pathlist);
|
||||
|
||||
if (paths == NULL || *paths == '\0')
|
||||
@@ -681,6 +682,7 @@ nsresult nsRepository::SyncComponentsInPathList(const char *pathlist)
|
||||
paths = nextpath;
|
||||
}
|
||||
PL_strfree(pathsMem);
|
||||
#endif
|
||||
return (NS_OK);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user