Changeset 2116 for box/trunk/bin/bbackupquery/bbackupquery.cpp
- Timestamp:
- 28/03/2008 22:59:28 (4 years ago)
- Location:
- box/trunk
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
bin/bbackupquery (modified) (1 prop)
-
bin/bbackupquery/bbackupquery.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk
- Property svn:ignore
-
old new 11 11 release 12 12 runtest.pl 13 .hg
-
- Property svn:ignore
-
box/trunk/bin/bbackupquery
- Property svn:ignore
-
old new 1 autogen_ Documentation.cpp1 autogen_* 2 2 Makefile 3 3 makedocumentation.pl
-
- Property svn:ignore
-
box/trunk/bin/bbackupquery/bbackupquery.cpp
r2115 r2116 261 261 if(!quiet) BOX_INFO("Connecting to store..."); 262 262 SocketStreamTLS socket; 263 socket.Open(tlsContext, Socket::TypeINET, conf.GetKeyValue("StoreHostname").c_str(), BOX_PORT_BBSTORED); 263 socket.Open(tlsContext, Socket::TypeINET, 264 conf.GetKeyValue("StoreHostname").c_str(), 265 conf.GetKeyValueInt("StorePort")); 264 266 265 267 // 3. Make a protocol, and handshake
Note: See TracChangeset
for help on using the changeset viewer.
