Statetrace: Fix indendation. Set the default hostname to "localhost" instead of my machine at UM.
--HG-- extra : convert_revision : f268c04e39fd384e0ac17253faae2233b58e9373
This commit is contained in:
parent
77f712cdb6
commit
fa968da296
1 changed files with 96 additions and 96 deletions
|
@ -127,7 +127,7 @@ int main(int argc, char * argv[], char * envp[])
|
|||
return 1;
|
||||
}
|
||||
struct hostent *server;
|
||||
server = gethostbyname("zower.eecs.umich.edu");
|
||||
server = gethostbyname("localhost");
|
||||
if(!server)
|
||||
{
|
||||
cerr << "Couldn't get host ip! " << strerror(errno) << endl;
|
||||
|
|
Loading…
Reference in a new issue