Ignore:
Timestamp:
May 26, 2009, 9:44:50 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/lib/debug.c

    r149 r228  
    579579        if (dbf) {
    580580                x_fflush(dbf);
    581                 (void) x_fclose(dbf);
     581                if (dbf != x_stdout) {
     582                        (void) x_fclose(dbf);
     583                }
    582584        }
    583585
     
    850852                va_end(ap);
    851853
    852                 if (ret == -1) {
     854                if (ret != -1) {
    853855                        syslog(priority, "%s", msgbuf);
    854856                }
Note: See TracChangeset for help on using the changeset viewer.