Segment check added for libhydra.

This commit is contained in:
Tobias Brunner
2010-03-24 18:53:10 +01:00
parent a1f90c7a85
commit 1f4e0f61dd
+1
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"))
{