Disable user credentials and use default values

This commit is contained in:
Sebastian Huber
2013-10-10 16:11:02 +02:00
parent cc5f4b2705
commit 69b29a0c0d
25 changed files with 136 additions and 2334 deletions

View File

@@ -735,7 +735,7 @@ syncache_socket(struct syncache *sc, struct socket *lso, struct mbuf *m)
thread0.td_ucred)) != 0) {
#else /* __rtems__ */
if ((error = in6_pcbconnect(inp, (struct sockaddr *)&sin6,
rtems_bsd_thread0_ucred)) != 0) {
NULL)) != 0) {
#endif /* __rtems__ */
inp->in6p_laddr = laddr6;
if ((s = tcp_log_addrs(&sc->sc_inc, NULL, NULL, NULL))) {
@@ -775,7 +775,7 @@ syncache_socket(struct syncache *sc, struct socket *lso, struct mbuf *m)
thread0.td_ucred)) != 0) {
#else /* __rtems__ */
if ((error = in_pcbconnect(inp, (struct sockaddr *)&sin,
rtems_bsd_thread0_ucred)) != 0) {
NULL)) != 0) {
#endif /* __rtems__ */
inp->inp_laddr = laddr;