~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-1.0/t/client_server.c

  • Committer: Brian Aker
  • Date: 2011-12-12 21:56:34 UTC
  • mto: This revision was merged to the branch mainline in revision 2470.
  • Revision ID: brian@tangent.org-20111212215634-1ecdbeoitkmie1rw
Move from using 127.0.0.1, to localhost. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#include <assert.h>
19
19
#include <unistd.h>
20
20
 
21
 
#define DRIZZLE_TEST_HOST "127.0.0.1"
 
21
#define DRIZZLE_TEST_HOST "localhost"
22
22
#define DRIZZLE_TEST_PORT 12399
23
23
 
24
24
typedef enum