Removed a call to talloc_steal that had been removed much earlier in the upstream...
authorDan Breslau <dbreslau@painless-security.com>
Fri, 27 Jan 2017 16:28:17 +0000 (11:28 -0500)
committerDan Breslau <dbreslau@painless-security.com>
Fri, 27 Jan 2017 16:28:17 +0000 (11:28 -0500)
src/main/tls_listen.c

index ccd9895..0045ede 100644 (file)
@@ -323,11 +323,6 @@ static int tls_socket_recv(rad_listen_t *listener)
 
        FR_STATS_INC(auth, total_requests);
 
-       /*
-        *      Re-parent the packet to nothing.
-        */
-       (void) talloc_steal(NULL, packet);
-
        return 1;
 }