This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
mconnect
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
discovery: remove empty line
bboozzoo/device-cache
Maciek Borzecki
10 years ago
parent
b735a6303b
commit
daf897b49c
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/discovery.vala
+ 0
- 1
src/discovery.vala
View File
@ -66,7 +66,6 @@ class Discovery : GLib.Object
SocketAddress sa;
InetSocketAddress isa;
try {
ssize_t read = this.socket.receive_from(out sa, buffer);
isa = (InetSocketAddress)sa;
Write
Preview
Loading…
Cancel
Save