From b7c4561cd0f052aab4cc42815899227ac38dd596 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Wed, 21 Apr 1999 02:03:37 +0000 Subject: Add comments chiding the author for using fshelp_start_translator instead of fshelp_start_translator_long. --- libtreefs/trans-start.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libtreefs/trans-start.c') 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); -- cgit v1.2.3