Completed un_attach function

This commit is contained in:
Michiel Broek
2004-07-17 14:04:47 +00:00
parent d4177f9895
commit 2335980907
3 changed files with 101 additions and 42 deletions

View File

@@ -560,7 +560,7 @@ void flush_dir(char *ndir)
p = strchr(p, ' ');
p++;
Syslog('p', "File attach (fdn=%s) %s", fdn?"True":"False", p);
Syslog('p', "File attach (fdn=%s) %s to %s", fdn?"True":"False", p, ascfnode(&noden, 0x1f));
if (nodes.Session_out == S_DIRECT) {
attach(noden, p, mode, flavor, fdn);
} else if (nodes.Session_out == S_DIR) {