diff options
Diffstat (limited to 'nis/nis_remove.c')
-rw-r--r-- | nis/nis_remove.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nis/nis_remove.c b/nis/nis_remove.c index 3ffd66dfe0..e6aed00393 100644 --- a/nis/nis_remove.c +++ b/nis/nis_remove.c @@ -31,7 +31,7 @@ nis_remove (const_nis_name name, const nis_object *obj) res = calloc (1, sizeof (nis_result)); - req.ns_name = (char *)name; + req.ns_name = (char *) name; if (obj != NULL) { |