* revert the last change as we can get stop etc. also
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26306 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
7630cacab6
commit
30cf4e6a54
@ -846,7 +846,7 @@ namespace BPrivate {
|
||||
|
||||
BMessage reply;
|
||||
if (printServer.SendMessage(request, &reply) != B_OK
|
||||
|| reply.what == 'baad') {
|
||||
|| reply.what != 'okok' ) {
|
||||
messenger->SetResult(NULL);
|
||||
return B_ERROR;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user