(_dl_map_object_from_fd): Fix a typo.

This commit is contained in:
Ulrich Drepper 2005-02-08 21:29:01 +00:00
parent 4f0af30d0e
commit 785290ea87
1 changed files with 1 additions and 1 deletions

View File

@ -1084,7 +1084,7 @@ _dl_map_object_from_fd (const char *name, int fd, struct filebuf *fbp,
}
# ifdef SHARED
if (l->l_prev == NULL || (mode && __RTLD_AUDIT) != 0)
if (l->l_prev == NULL || (mode & __RTLD_AUDIT) != 0)
/* We are loading the executable itself when the dynamic linker
was executed directly. The setup will happen later. */
break;