diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-01-06 17:57:24 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-01-06 17:57:24 +0000 |
| commit | dd4450d659c26c9db9947ff8bdeab3f91de5ae41 (patch) | |
| tree | 5b4ed656e34f45ae9c98a7a4eb7ca0f129af1ca6 | |
| parent | 8ddb23e0a108e1dd5d71d1f96832a53c4d3980b4 (diff) | |
Notes
| -rw-r--r-- | contrib/cvs/src/client.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/cvs/src/client.c b/contrib/cvs/src/client.c index 748132a93108..eafe916777b6 100644 --- a/contrib/cvs/src/client.c +++ b/contrib/cvs/src/client.c @@ -10,6 +10,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. */ +/* + * $FreeBSD$ + */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif /* HAVE_CONFIG_H */ @@ -264,7 +268,7 @@ arg_should_not_be_sent_to_server (arg) } /* Now check the value for root. */ - if (this_root && current_root + if (CVSroot_cmdline == NULL && this_root && current_root && (strcmp (this_root, current_root) != 0)) { /* Don't send this, since the CVSROOTs don't match. */ |
