Index: /branches/rel_apv_10_7/usr/click/bin/sync/remote
===================================================================
--- /branches/rel_apv_10_7/usr/click/bin/sync/remote	(revision 39468)
+++ /branches/rel_apv_10_7/usr/click/bin/sync/remote	(working copy)
@@ -193,10 +193,9 @@
 				#bug 9325, end
 
 				peerv=`cat /tmp/ca.version | grep "^Array.*build" | cut -f2 -d" "`
-				mymajorv=`echo $myv |cut -f3-4 -d"."`
-				peermajorv=`echo $peerv |cut -f3-4 -d"."`
-				
-				if [ "$peermajorv" = "$mymajorv" ]
+
+				# TWSD-1049, two version should be actually same
+				if [ "$myv" = "$peerv" ]
 				then
 					echo "$myv  $peerv"
 				else
