summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/rpws2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/rpws b/contrib/rpws
index 181b964..361e3d7 100755
--- a/contrib/rpws
+++ b/contrib/rpws
@@ -60,7 +60,7 @@ sub ws_init
rp_call( "only" );
my $i;
- for( my $i = 0; $i < $num; $i++ )
+ for( my $i = 1; $i < $num; $i++ )
{
ws_init_ws( $i );
}