Changeset 2116 for box/trunk/bin/bbackupd/BackupClientContext.cpp
- Timestamp:
- 28/03/2008 22:59:28 (4 years ago)
- Location:
- box/trunk
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
bin/bbackupd (modified) (1 prop)
-
bin/bbackupd/BackupClientContext.cpp (modified) (3 diffs)
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/bbackupd
- Property svn:ignore
-
old new 1 1 Makefile 2 2 bbackupd-config 3 autogen_*
-
- Property svn:ignore
-
box/trunk/bin/bbackupd/BackupClientContext.cpp
r2115 r2116 45 45 TLSContext &rTLSContext, 46 46 const std::string &rHostname, 47 int Port, 47 48 int32_t AccountNumber, 48 49 bool ExtendedLogging, … … 53 54 mrTLSContext(rTLSContext), 54 55 mHostname(rHostname), 56 mPort(Port), 55 57 mAccountNumber(AccountNumber), 56 58 mpSocket(0), … … 130 132 131 133 // Connect! 132 mpSocket->Open(mrTLSContext, Socket::TypeINET, mHostname.c_str(), BOX_PORT_BBSTORED); 134 mpSocket->Open(mrTLSContext, Socket::TypeINET, 135 mHostname.c_str(), mPort); 133 136 134 137 // And create a procotol object
Note: See TracChangeset
for help on using the changeset viewer.
