~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/drizzle.c

  • Committer: Brian Aker
  • Date: 2008-11-16 02:13:14 UTC
  • mfrom: (584.1.7 devel)
  • Revision ID: brian@tangent.org-20081116021314-31uh0w1l0601cwd5
Merger from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
245
245
    char port_buf[NI_MAXSERV];
246
246
 
247
247
    if (!port)
248
 
      port= drizzle_port;
 
248
      port= drizzle_get_default_port();
249
249
 
250
250
    if (!host)
251
251
      host= LOCAL_HOST;