Browse Source

- Problem with adding aliases fixed.

Jan Janak 21 years ago
parent
commit
211e3b51d9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      scripts/sc

+ 2 - 1
scripts/sc

@@ -440,7 +440,8 @@ usrloc() {
 
 			check_alias "$SERUSER@$SERDOMAIN"
 
-			fifo_cmd ul_add "$USRLOC_TABLE" "$SERUSER@$SERDOMAIN" "$2" "0" "1.00" "0" "1"
+			# 128 means FL_PERSISTENT is on
+			fifo_cmd ul_add "$USRLOC_TABLE" "$SERUSER@$SERDOMAIN" "$2" "0" "1.00" "0" "128"
 			exit $?
 			;;
 		rm)