Fixed the build - one of those last minute changes you forgot to compile... :-/

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19013 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-10-06 13:14:22 +00:00
parent 153b2845d2
commit fd589b20ba
+1 -1
View File
@@ -43,7 +43,7 @@ initialize_before()
while (__get_next_image_dependency(info.id, &cookie, &name) == B_OK) {
if (!strcmp(name, "libbind.so")
|| !strcmp(name, "libsocket.so")
|| !strcmp(name, "libnetwork.so")
|| !strcmp(name, "libnetwork.so"))
enable -= 2;
else if (!strcmp(name, "libnet.so"))
enable++;