]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
removed unused label
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 22 Sep 2012 12:28:00 +0000 (14:28 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 22 Sep 2012 12:28:00 +0000 (14:28 +0200)
tests/mini-dtls-heartbeat.c

index 1d502f90c388be4a77f8818276ccb3d70c7a65f7..ddda1275bb95aa333194a949b166cd6d41eed7c2 100644 (file)
@@ -180,8 +180,6 @@ client (int fd, int server_init)
 
     gnutls_bye (session, GNUTLS_SHUT_WR);
 
-  end:
-
     close (fd);
 
     gnutls_deinit (session);