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:
kipp%netscape.com
1999-02-08 19:16:29 +00:00
parent 670211edd8
commit 5aab0b92f0
2 changed files with 4 additions and 0 deletions

View File

@@ -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);
}