summaryrefslogtreecommitdiff
path: root/cvs_connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'cvs_connect.c')
-rw-r--r--cvs_connect.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cvs_connect.c b/cvs_connect.c
index d0fdafceb..f822fe1c7 100644
--- a/cvs_connect.c
+++ b/cvs_connect.c
@@ -1,7 +1,7 @@
/**********************************************************
* cvs_connect.c
*
- * Copyright 2004, Stefan Siegl <ssiegl@gmx.de>, Germany
+ * Copyright (C) 2004, 2005 by Stefan Siegl <ssiegl@gmx.de>, Germany
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Publice License,
@@ -114,6 +114,7 @@ cvs_connect_fresh(FILE **send, FILE **recv)
break;
case EXT:
+ case LOCAL:
err = cvs_ext_connect(send, recv);
break;
}