~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleadmin.cc

  • Committer: Monty Taylor
  • Date: 2008-09-23 14:19:48 UTC
  • mto: This revision was merged to the branch mainline in revision 419.
  • Revision ID: monty@inaugust.com-20080923141948-ktph2kg13addaxq1
Actually removed VOID() this time.

Show diffs side-by-side

added added

removed removed

Lines of Context:
183
183
  if (tty_password)
184
184
    opt_password = get_tty_password(NullS);
185
185
 
186
 
  VOID(signal(SIGINT,endprog));                 /* Here if abort */
187
 
  VOID(signal(SIGTERM,endprog));                /* Here if abort */
 
186
  signal(SIGINT,endprog);                       /* Here if abort */
 
187
  signal(SIGTERM,endprog);              /* Here if abort */
188
188
 
189
189
  if (opt_connect_timeout)
190
190
  {