Accidently commited a wrong version: it's supposed to succeed when the registrar
is already running. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13498 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ab73618ed0
commit
379b4e7850
@ -40,7 +40,7 @@ main()
|
||||
if (get_port_info(port, &portInfo) == B_OK
|
||||
&& portInfo.team == teamInfo.team) {
|
||||
puts("The Haiku Registrar is already running.");
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user