~ubuntu-branches/ubuntu/intrepid/net-snmp/intrepid-updates

« back to all changes in this revision

Viewing changes to snmplib/snmpUnixDomain.c

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2006-11-28 12:29:34 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20061128122934-82xxzy2zcvypnvy7
Tags: 5.2.3-4ubuntu1
* Merge from debian unstable, remaining changes:
  - remove stop links from rc0 and rc6

Show diffs side-by-side

added added

removed removed

Lines of Context:
351
351
                        addr->sun_path, errno, strerror(errno)));
352
352
            netsnmp_unix_close(t);
353
353
            netsnmp_transport_free(t);
 
354
            return NULL;
354
355
        }
355
356
 
356
357
    } else {