aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd.c')
-rw-r--r--src/cmd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cmd.c b/src/cmd.c
index 4629610..aa1c272 100644
--- a/src/cmd.c
+++ b/src/cmd.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.10 2008/03/02 10:50:32 staffcvs
+ * *** empty log message ***
+ *
* Revision 1.9 2008/03/02 10:37:56 james
* *** empty log message ***
*
@@ -173,5 +176,6 @@ cmd_new (void)
ret->disconnect = 0;
ret->active = 0;
+ ret->error = 0;
ret->csl[0] = 0;
}