"referenced entity .* not found" message fixed to be fatal
[tac_plus.git] / convert.pl
index eb0b5c2..83cbdcc 100755 (executable)
@@ -6,7 +6,7 @@
 # Please NOTE:  None of the TACACS code available here comes with any
 # warranty or support.
 # Copyright (c) 1995-1998 by Cisco systems, Inc.
-# 
+#
 # Permission to use, copy, modify, and distribute this software for any
 # purpose and without fee is hereby granted, provided that this
 # copyright and permission notice appear on all copies of the software and
 # in advertising or publicity pertaining to distribution of the
 # program without specific prior permission, and notice be given
 # in supporting documentation that modification, copying and distribution is by
-# permission of Cisco Systems, Inc.   
-# 
+# permission of Cisco Systems, Inc.
+#
 # Cisco Systems, Inc. makes no representations about the suitability of this
 # software for any purpose.  THIS SOFTWARE IS PROVIDED ``AS IS''
 # AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
 # LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
-# FOR A PARTICULAR PURPOSE. 
+# FOR A PARTICULAR PURPOSE.
 
-die 'Usage: convert.pl <password file> [-g] [ <supplementary file> ]' 
+die 'Usage: convert.pl <password file> [-g] [ <supplementary file> ]'
     if $#ARGV < 0;
 
 $pwfile = '';
@@ -141,6 +141,3 @@ exit 0 if ($acl_valid);
 foreach $group (keys %groups) {
     print "group = $group { }\n";
 }
-
-
-