~ubuntu-branches/ubuntu/natty/leafnode/natty

« back to all changes in this revision

Viewing changes to texpire.c

  • Committer: Bazaar Package Importer
  • Author(s): Robert Grimm
  • Date: 2010-06-13 20:41:10 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100613204110-jn5da77ih13v8oau
Tags: 1.11.8-1
* New upstream release.
   - Fix file descriptor leak in getbody_newno() (closes: #568128).
* Added Danish Debconf translation, kindly provided by
  Joe Hansen <joedalton2@yahoo.dk> (closes: #581055).
* Depend on netbase.  
* Standards version 3.8.4 (no changes).
* Switch to dpkg source 3.0 (quilt) format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
static sigjmp_buf jmpbuffer;
67
67
static int blocksig;
68
68
 
69
 
static RETSIGTYPE
 
69
static void
70
70
sig_int(int signo)
71
71
{
72
72
    if (blocksig) return;
612
612
        while ((de = readdir(d)) != 0) {
613
613
            if (stat(de->d_name, &st) == 0 && S_ISREG(st.st_mode)) {
614
614
                int ul = 0;
615
 
                char *reason = "";
 
615
                const char *reason = "";
616
616
                if (st.st_nlink < 2) ul = 1, reason = "link count below 2";
617
617
                if (!nomids && !findmsgid(de->d_name)) ul = 1, reason = "not seen in group scan";
618
618
                if (ul) {