~arges/ubuntu/quantal/rsyslog/fix-lp1059592

« back to all changes in this revision

Viewing changes to tools/omusrmsg.c

Tags: 5.7.3-1
* New upstream release.
* Upload to unstable.
* debian/patches/02-typo_fix_equation_sign.patch
  - Removed, merged upstream.
* debian/patches/03-atomic_operations.patch
  - Removed, merged upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
{
144
144
        assert(BSD_uf == NULL);
145
145
        if ((BSD_uf = fopen(_PATH_UTMP, "r")) == NULL) {
146
 
                errmsg.LogError(NO_ERRCODE, "%s", _PATH_UTMP);
 
146
                errmsg.LogError(0, NO_ERRCODE, "%s", _PATH_UTMP);
147
147
                return;
148
148
        }
149
149
}
249
249
                                }
250
250
                        }
251
251
                        close(ttyf);
252
 
                        ttyf = -1;
253
252
                }
254
253
        }
255
254