summaryrefslogtreecommitdiff
path: root/libtreefs
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-04-21 02:03:37 +0000
committerThomas Bushnell <thomas@gnu.org>1999-04-21 02:03:37 +0000
commitb7c4561cd0f052aab4cc42815899227ac38dd596 (patch)
treeb732612d597239c9226c649ca21506ef6f8ba717 /libtreefs
parent342dd1301dd4f2866137816078ffa73888e16156 (diff)
Add comments chiding the author for using fshelp_start_translator
instead of fshelp_start_translator_long.
Diffstat (limited to 'libtreefs')
-rw-r--r--libtreefs/trans-start.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libtreefs/trans-start.c b/libtreefs/trans-start.c
index 1b0156bf..15d7531a 100644
--- a/libtreefs/trans-start.c
+++ b/libtreefs/trans-start.c
@@ -1,6 +1,6 @@
/* Starting a passive translator
- Copyright (C) 1994, 1995 Free Software Foundation, Inc.
+ Copyright (C) 1994, 1995, 1999 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
@@ -55,6 +55,7 @@ _treefs_node_start_translator (struct treefs_node *node,
uid = auth->nuids > 0 ? auth->uids[0] : -1;
gid = auth->ngids > 0 ? auth->gids[0] : -1;
+ /* XXX this should use fshelp_start_translator_long. */
err =
fshelp_start_translator (&node->active_trans, trans, trans_len,
parent_port, node_port, uid, gid);