about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xadapter/protocol/cha-finger2
1 files changed, 1 insertions, 1 deletions
diff --git a/adapter/protocol/cha-finger b/adapter/protocol/cha-finger
index 57ed9388..42472e21 100755
--- a/adapter/protocol/cha-finger
+++ b/adapter/protocol/cha-finger
@@ -29,7 +29,7 @@ if test -n "$MAPPED_URI_USERNAME"
 then	USER="$MAPPED_URI_USERNAME"
 else	case "$MAPPED_URI_PATH" in
 	/w*) USER="/w ${MAPPED_URI_PATH#/w}" ;;
-	*) USER="$MAPPED_URI_PATH" ;;
+	*) USER="${MAPPED_URI_PATH#/}" ;;
 	esac
 fi
 URL="telnet://$MAPPED_URI_HOST:$PORT"