~ubuntu-branches/ubuntu/oneiric/bluez/oneiric

« back to all changes in this revision

Viewing changes to sap/server.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-08-01 16:07:29 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20110801160729-s7bv7bh6u4o5vhlc
Tags: 4.96-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1122
1122
                                conn->state == SAP_STATE_GRACEFUL_DISCONNECT)
1123
1123
                        sap_disconnect_req(NULL, 1);
1124
1124
 
1125
 
                conn->io = NULL;
1126
1125
                sap_conn_remove(conn);
1127
1126
        }
1128
1127
}