diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:14:18 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:14:18 -0600 |
commit | 038cb638ae3a14da41169b1d0f5cb1c992984084 (patch) | |
tree | 9a21ac5db0b0398077dc199baf19edeeed12fa0e /bin/win32/BINDInstall | |
parent | 68f4891e81341027897d9351da35c4073f3f9d41 (diff) | |
download | bind9-038cb638ae3a14da41169b1d0f5cb1c992984084.tar.gz |
9.2.1rc1
Diffstat (limited to 'bin/win32/BINDInstall')
-rw-r--r-- | bin/win32/BINDInstall/BINDInstallDlg.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/bin/win32/BINDInstall/BINDInstallDlg.cpp b/bin/win32/BINDInstall/BINDInstallDlg.cpp index b8c2c8ce..fb9dda50 100644 --- a/bin/win32/BINDInstall/BINDInstallDlg.cpp +++ b/bin/win32/BINDInstall/BINDInstallDlg.cpp @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2001 Internet Software Consortium. + * Portions Copyright (C) 2001, 2002 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: BINDInstallDlg.cpp,v 1.6.2.1 2001/08/30 20:27:55 gson Exp $ */ +/* $Id: BINDInstallDlg.cpp,v 1.6.2.3 2002/02/20 02:17:22 marka Exp $ */ /* * Copyright (c) 1999-2000 by Nortel Networks Corporation @@ -399,8 +399,6 @@ void CBINDInstallDlg::OnInstall() } } - ProgramGroup(); - try { CreateDirs(); @@ -434,8 +432,6 @@ void CBINDInstallDlg::OnInstall() RegCloseKey(hKey); } - ProgramGroup(); - if(m_startOnInstall && !m_reboot) StartBINDService(); } |