~ubuntu-branches/ubuntu/hardy/postfix/hardy-security

« back to all changes in this revision

Viewing changes to src/util/attr_scan64.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2007-04-15 16:00:44 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20070415160044-xl1vjlhf9mdmf43a
Tags: 2.4.0-3
Have preinst get user approval before installing (and being broken) on a
pre-2.6 kernel.  Closes: #417530

Show diffs side-by-side

added added

removed removed

Lines of Context:
270
270
        msg_panic("%s: bad flags: 0x%x", myname, flags);
271
271
 
272
272
    /*
 
273
     * EOF check.
 
274
     */
 
275
    if ((ch = VSTREAM_GETC(fp)) == VSTREAM_EOF)
 
276
        return (0);
 
277
    vstream_ungetc(fp, ch);
 
278
 
 
279
    /*
273
280
     * Initialize.
274
281
     */
275
282
    if (str_buf == 0) {