git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Made it so that the stupid client DISCONNECTS, with the side effect of
[MenuTunes.git]
/
NetworkController.m
diff --git
a/NetworkController.m
b/NetworkController.m
index
1d180c6
..
d5c8465
100755
(executable)
--- a/
NetworkController.m
+++ b/
NetworkController.m
@@
-110,6
+110,7
@@
static NetworkController *sharedController;
} else if (serverOn && !status && [serverConnection isValid]) {
//Turn off
[service stop];
+ [clientProxy invalidate];
[serverConnection registerName:nil];
[serverConnection release];
ITDebugLog(@"Stopped server.");