diff options
author | 2006-03-19 18:51:18 +0000 | |
---|---|---|
committer | 2006-03-19 18:51:18 +0000 | |
commit | 4bfeb04eec5b9b7bbd12a54a2c38c3687cb9957d (patch) | |
tree | 6b190713b0402e2ffd8c33c4570b0eb85ce3d648 /usr.bin/ssh/msg.c | |
parent | Fix mem leaks in error path. From NetBSD's coverity analysis. ok pat@ (diff) | |
download | wireguard-openbsd-4bfeb04eec5b9b7bbd12a54a2c38c3687cb9957d.tar.xz wireguard-openbsd-4bfeb04eec5b9b7bbd12a54a2c38c3687cb9957d.zip |
RCSID() can die
Diffstat (limited to 'usr.bin/ssh/msg.c')
-rw-r--r-- | usr.bin/ssh/msg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/ssh/msg.c b/usr.bin/ssh/msg.c index 3e4c2882c5f..662db4cdbce 100644 --- a/usr.bin/ssh/msg.c +++ b/usr.bin/ssh/msg.c @@ -22,7 +22,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "includes.h" -RCSID("$OpenBSD: msg.c,v 1.8 2005/05/24 17:32:43 avsm Exp $"); #include "buffer.h" #include "getput.h" |