~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise-security

« back to all changes in this revision

Viewing changes to net/bluetooth/rfcomm/sock.c

  • Committer: Package Import Robot
  • Author(s): Brad Figg, Brad Figg
  • Date: 2013-06-07 14:50:17 UTC
  • Revision ID: package-import@ubuntu.com-20130607145017-i528vbpfwhfynprn
Tags: 3.2.0-1433.44
* Release Tracking Bug
  - LP: #1188464

[ Brad Figg ]

* UBUNTU: Fixup missing abi files causing FTBS

Show diffs side-by-side

added added

removed removed

Lines of Context:
627
627
 
628
628
        if (test_and_clear_bit(RFCOMM_DEFER_SETUP, &d->flags)) {
629
629
                rfcomm_dlc_accept(d);
 
630
                msg->msg_namelen = 0;
630
631
                return 0;
631
632
        }
632
633