~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/drizzle.c

Merged from moriyoshi.

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;