mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
removed interesting but unrecoverable FORK code
This commit is contained in:
parent
c3a47f7e0a
commit
adafed5817
18 changed files with 13 additions and 1532 deletions
|
@ -299,11 +299,7 @@ nomask mixed call_other(mixed obj, string func, varargs mixed * b) {
|
|||
int i;
|
||||
|
||||
if ((i = index(s, '#')) == -1) i = strlen(s) - 1;
|
||||
unless (func == "qName"
|
||||
#ifdef FORK
|
||||
|| func == "qOrigin"
|
||||
#endif
|
||||
) switch (s[..i]) {
|
||||
unless (func == "qName") switch (s[..i]) {
|
||||
case "net/person#":
|
||||
case "net/user#":
|
||||
//if (func == "qName" || func == "msg") break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue