(_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 0189ab4..ba8e2bf 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;