1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Fixed bug in DHCP.

This commit is contained in:
Matias Fontanini
2012-03-15 23:07:34 -03:00
parent 642240a904
commit 018accc347
2 changed files with 4 additions and 4 deletions

View File

@@ -330,7 +330,7 @@ namespace Tins {
* \brief Getter for the PDU's type.
* \sa PDU::pdu_type
*/
PDUType pdu_type() const { return PDU::UDP; }
PDUType pdu_type() const { return PDU::DHCP; }
/**
* \brief Getter for the header size.