Segment check added for libhydra.

This commit is contained in:
Tobias Brunner 2010-03-24 15:25:35 +01:00
parent a1f90c7a85
commit 1f4e0f61dd
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ int main(int argc, char* argv[])
else if (strstr(path, "libhydra.so"))
{
name = strdup("libhydra\",");
sname = strdup("libhydra_init");
}
else if (strstr(path, "libcharon.so"))
{