mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-22 23:01:43 -04:00
update copyright notice
This commit is contained in:
parent
910f7d361f
commit
14c86fa67a
1 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: dig.c,v 1.224 2008/10/28 03:32:59 marka Exp $ */
|
||||
/* $Id: dig.c,v 1.225 2008/10/28 23:47:06 tbox Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
|
|
@ -642,8 +642,8 @@ printgreeting(int argc, char **argv, dig_lookup_t *lookup) {
|
|||
if (first) {
|
||||
snprintf(append, sizeof(append),
|
||||
";; global options:%s%s\n",
|
||||
short_form ? " +short" : "",
|
||||
printcmd ? " +cmd" : "");
|
||||
short_form ? " +short" : "",
|
||||
printcmd ? " +cmd" : "");
|
||||
first = ISC_FALSE;
|
||||
remaining = sizeof(lookup->cmdline) -
|
||||
strlen(lookup->cmdline) - 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue