mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-16 02:46:08 -04:00
log note to updat version if differences detected.
This commit is contained in:
@ -1166,9 +1166,12 @@ void handleRequest11 ( UdpSlot *slot , long niceness ) {
|
||||
//else if ( requestSize == 9 )
|
||||
// g_sync.addOp ( OP_SYNCPT , "" , *(long long *)request );
|
||||
// otherwise, unknown request size
|
||||
else
|
||||
else {
|
||||
log(LOG_LOGIC,"net: pingserver: Unknown request size of "
|
||||
"%li bytes.", requestSize);
|
||||
"%li bytes. You are probably running a different gb "
|
||||
"version on this host. check the hosts table for "
|
||||
"version info.", requestSize);
|
||||
}
|
||||
// always send back an empty reply
|
||||
g_udpServer.sendReply_ass ( reply , // msg
|
||||
replySize , // msgSize
|
||||
|
1
Version.h
Normal file
1
Version.h
Normal file
@ -0,0 +1 @@
|
||||
#define GBVERSION "2014.34.19-09:34:09-MST"
|
2
main.cpp
2
main.cpp
@ -4828,7 +4828,7 @@ int install ( install_flag_konst_t installFlag , long hostId , char *dir ,
|
||||
if ( ! f.doesExist() ) target = "gb";
|
||||
|
||||
sprintf(tmp,
|
||||
"scp "
|
||||
"scp -c blowfish " // blowfish is faster
|
||||
"%s%s "
|
||||
"%s:%s/gb.installed%s",
|
||||
dir,
|
||||
|
Reference in New Issue
Block a user