mirror of
https://github.com/mfontanini/libtins
synced 2026-01-25 03:31:36 +01:00
Fixed some bugs. Added a better dependency system for Makefiles.
This commit is contained in:
@@ -52,6 +52,7 @@ BootP::BootP(const BootP &other) : PDU(other) {
|
||||
|
||||
BootP &BootP::operator= (const BootP &other) {
|
||||
copy_bootp_fields(&other);
|
||||
copy_inner_pdu(other);
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user