I have looked at a few source files for your current software. I have noticed that some checks for return codes are missing. Would you like to add more error handling for return values from functions like the following? - [fputs](http://pubs.opengroup.org/onlinepubs/9699919799/functions/fputs.html) ⇒ [sendit](https://github.com/bareos/bareos/blob/12a0fdd02ea80e6f9e5d75070868a0c7170a7699/src/console/console.c#L1613) - [pthread_cond_signal](http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_signal.html) ⇒ [handle_stored_connection](https://github.com/bareos/bareos/blob/c17a30e186dadbc4d9449cf27eb653f9e92c49cb/src/stored/sd_cmds.c#L90)