|
From: Mats F. <ma...@us...> - 2001-02-27 16:40:37
|
The following file was modified in apps/bluetooth/btd:
Name Old version New version Comment
---- ----------- ----------- -------
btd.c 1.78 1.79=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Removed change in modem_emulator
The diff of the modified file(s):
--- btd.c 2001/02/27 15:53:01 1.78
+++ btd.c 2001/02/27 16:41:46 1.79
@@ -1795,7 +1795,7 @@
return SEND_OK;
}
else
- return DO_PPP;
+ return SEND_OK;
}
=20
void modem_emulator(int bt_fd, char *data, int len)
|