Actions
Bug #13679
closedrdist: error() and fatal() only do work in server
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
The descriptor passed for fdopen() is only set in server component. We need to call fdopen() in server leg of if statement.
Testing done: with fix, we can see error messages generated in client.
Related issues
Updated by Toomas Soome about 1 year ago
- Related to Bug #13533: rdist: symbol 'buf' is multiply-defined added
Updated by Electric Monk 7 months ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 83c2c0baa22bd77bc77facf1e1ef091642673ce2
commit 83c2c0baa22bd77bc77facf1e1ef091642673ce2 Author: Toomas Soome <tsoome@me.com> Date: 2021-11-07T16:39:16.000Z 13679 rdist: error() and fatal() only do work in server Reviewed by: Klaus Ziegler <klausz@haus-gisela.de> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Actions