X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=ssh-upload.c;h=20b15eab57e1c4f7c4b306010d7d12bff2308141;hb=8435a9cb2662ca4326e96ea78d58b9376fb21f7e;hp=2da66618fcdd6a0f5af35c9f30554a65eb427427;hpb=75c3a5ccdf114b5485e4828db1923bf4a35b19e2;p=git.git diff --git a/ssh-upload.c b/ssh-upload.c index 2da66618f..20b15eab5 100644 --- a/ssh-upload.c +++ b/ssh-upload.c @@ -15,9 +15,9 @@ #include static unsigned char local_version = 1; -static unsigned char remote_version = 0; +static unsigned char remote_version; -static int verbose = 0; +static int verbose; static int serve_object(int fd_in, int fd_out) { ssize_t size;