> The design choice is to not worry about some unlikely errors providing > it is not important. In important cases for proper functioning of Bacula > we should check.
I see it as a matter of service quality if the return value of the member function "BSOCK::fsend" is ignored at places like the following. - authenticate_director: http://bacula.git.sourceforge.net/git/gitweb.cgi?p=bacula/bacula;a=blob;f=bacula/src/console/authenticate.c;h=2297943b98ff948935728c461a1bf7d452191162;hb=HEAD#l116 - accurate_list_handler: http://bacula.git.sourceforge.net/git/gitweb.cgi?p=bacula/bacula;a=blob;f=bacula/src/dird/backup.c;h=eb8e9f121751002b5fcf7bb4414b431a5993c143;hb=HEAD#l160 - status_cmd: http://bacula.git.sourceforge.net/git/gitweb.cgi?p=bacula/bacula;a=blob;f=bacula/src/stored/status.c;h=11939fb247c99b873501a2505ac0436c81283488;hb=HEAD#l678 Would you like to be sure that all data was successfully transferred to the target? Regards, Markus ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
