From cf44e028d076399177619d8bc523fa13521e0b5e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 19 Jan 2009 23:21:30 +0000 Subject: fixed silly bug at new tundevice --- src/encryptedPacket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/encryptedPacket.cpp') diff --git a/src/encryptedPacket.cpp b/src/encryptedPacket.cpp index 692d221..9a1e063 100644 --- a/src/encryptedPacket.cpp +++ b/src/encryptedPacket.cpp @@ -137,7 +137,7 @@ void EncryptedPacket::reinit() if(length_ < (sizeof(struct HeaderStruct))) { header_ = NULL; - throw std::runtime_error("packet can't be initialized, buffer is too small"); + throw std::runtime_error("encrypted packet can't be initialized, buffer is too small"); } if(auth_tag_) -- cgit v1.2.3