Index: mttroot/mtt/lib/rep/sfun_rep.sh
==================================================================
--- mttroot/mtt/lib/rep/sfun_rep.sh
+++ mttroot/mtt/lib/rep/sfun_rep.sh
@@ -31,14 +31,11 @@
     exit errno;
 }       
 
 check_for_valid_input ()
 {
-    args="$*"
-    if [ $# -neq 4 ]; then
-	exit_error "Invalid Input"
-    fi
+    return 0;
 }
 
 #
 # file templates
 #