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

« back to all changes in this revision

Viewing changes to agent/mibgroup/header_complex.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:
432
432
                             struct header_complex_index *thespot)
433
433
{
434
434
    struct header_complex_index *hciptrp, *hciptrn;
435
 
    void           *retdata = thespot->data;
 
435
    void           *retdata;
436
436
 
437
437
    if (thespot == NULL) {
438
438
        DEBUGMSGTL(("header_complex_extract_entry",
440
440
        return NULL;
441
441
    }
442
442
 
 
443
    retdata = thespot->data;
 
444
 
443
445
    hciptrp = thespot->prev;
444
446
    hciptrn = thespot->next;
445
447