* 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:
Karsten Heimrich 2008-07-07 19:23:40 +00:00
parent 7630cacab6
commit 30cf4e6a54

View File

@ -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;
}