mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-09 01:30:39 -04:00
an extraneous empty line snuck in with the previous change
This commit is contained in:
parent
2e13cb9738
commit
4b5a9213ca
1 changed files with 1 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: omapi.c,v 1.23 2000/11/07 23:49:16 mws Exp $ */
|
||||
/* $Id: omapi.c,v 1.24 2000/11/08 01:36:12 gson Exp $ */
|
||||
|
||||
/*
|
||||
* Principal Author: DCL
|
||||
|
|
@ -134,7 +134,6 @@ control_setvalue(omapi_object_t *handle, omapi_string_t *name,
|
|||
REGION_FMT(®ion));
|
||||
result = omapi_object_passsetvalue(handle, name, value);
|
||||
}
|
||||
|
||||
|
||||
return (result);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue