Fixed name of PTR_EXTRA_CNT (was PTR_EXTRA_LEN).
authorWayne Davison <wayned@samba.org>
Sat, 22 Sep 2007 21:43:08 +0000 (21:43 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 22 Sep 2007 21:43:08 +0000 (21:43 +0000)
compat.c

index 3750ff9..7bbbb3b 100644 (file)
--- a/compat.c
+++ b/compat.c
@@ -108,7 +108,7 @@ static void check_sub_protocol(void)
 void setup_protocol(int f_out,int f_in)
 {
        if (am_sender)
-               file_extra_cnt += PTR_EXTRA_LEN;
+               file_extra_cnt += PTR_EXTRA_CNT;
        else
                file_extra_cnt++;
        if (preserve_uid)