]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Unused variable removed.
authorTobias Brunner <tobias@strongswan.org>
Thu, 13 Oct 2011 12:34:34 +0000 (14:34 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 13 Oct 2011 12:34:34 +0000 (14:34 +0200)
src/libstrongswan/utils.c

index 043330ce3926adcad0f1cc9fa0f0d796dd0caf4e..2fe7f653c06d52012677d23599041b4512ad755d 100644 (file)
@@ -210,7 +210,7 @@ void closefrom(int lowfd)
                enumerator_t *enumerator = enumerator_create_directory(fd_dir);
                if (enumerator)
                {
-                       char *rel, *end;
+                       char *rel;
                        while (enumerator->enumerate(enumerator, &rel, NULL, NULL))
                        {
                                fd = atoi(rel);