context is only read once.
+2005-12-13 Michael Forrest <mef@computer.org>
+
+ * Fedora Bug #163760: sbr/context_read.c (context_read): Ensure that
+ the context is only read once.
+
2005-12-12 Josh Bressers <josh@bress.net>
* uip/sendsbr.c (annoaux): Fix the call to annotate() fixing a bug
register FILE *ib; /* profile and context file pointer */
/*
+ * If this routine _is_ called again (despite the wanings in the
+ * comments above), return immediately.
+ */
+ if ( m_defs != 0 )
+ return;
+
+ /*
* Find user's home directory. Try the HOME environment variable first,
* the home directory field in the password file if that's not found.
*/