View | Details | Raw Unified | Return to bug 1283
Collapse All | Expand All

(-)a/src/network/utils/packet-socket.cc (-1 / +1 lines)
 Lines 356-362    Link Here 
356
    }
356
    }
357
  else
357
  else
358
    {
358
    {
359
      return 0;
359
      return p->GetSize ();
360
    }
360
    }
361
}
361
}
362
362

Return to bug 1283