~ubuntu-branches/ubuntu/quantal/linux-ti-omap4/quantal-proposed

« back to all changes in this revision

Viewing changes to net/unix/af_unix.c

  • Committer: Package Import Robot
  • Author(s): Brad Figg, Brad Figg
  • Date: 2013-06-08 09:09:23 UTC
  • Revision ID: package-import@ubuntu.com-20130608090923-ibtnp6edtrn3sxik
Tags: 3.5.0-226.39
[ Brad Figg ]

UBUNTU: Fixup missing abi files causing FTBS

Show diffs side-by-side

added added

removed removed

Lines of Context:
1996
1996
                        if ((UNIXCB(skb).pid  != siocb->scm->pid) ||
1997
1997
                            (UNIXCB(skb).cred != siocb->scm->cred))
1998
1998
                                break;
1999
 
                } else {
 
1999
                } else if (test_bit(SOCK_PASSCRED, &sock->flags)) {
2000
2000
                        /* Copy credentials */
2001
2001
                        scm_set_cred(siocb->scm, UNIXCB(skb).pid, UNIXCB(skb).cred);
2002
2002
                        check_creds = 1;