Removed a call to talloc_steal that is not present in upstream freeradius
authorDan Breslau <dbreslau@painless-security.com>
Fri, 5 May 2017 18:31:45 +0000 (14:31 -0400)
committerDan Breslau <dbreslau@painless-security.com>
Fri, 5 May 2017 18:31:45 +0000 (14:31 -0400)
src/main/tls_listen.c

index efc37bc..32cf564 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;
 }