]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(_dl_open): Fix typo in last change.
authorUlrich Drepper <drepper@redhat.com>
Thu, 5 Apr 2001 04:19:17 +0000 (04:19 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 5 Apr 2001 04:19:17 +0000 (04:19 +0000)
sysdeps/unix/sysv/aix/dl-open.c

index 0189ab465dd333610c195b5189a0d808c0c48fa0..ba8e2bf298fee6aea91271ff59cf807df3e9025f 100644 (file)
@@ -85,7 +85,7 @@ _dl_open (const char *file, int mode, const void *caller)
     {
       bsize *= 2;
       dl_info = realloc (dl_info, bsize);
-      if (new_dl_info == NULL)
+      if (dl_info == NULL)
         {
          (void) __unload ((void *) handle);
           errno = ENOMEM;