diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2020-07-14 21:40:53 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2020-07-14 21:40:53 +0000 |
| commit | cee0d44ab388e12fbd62fdb134d295c58901148a (patch) | |
| tree | fbe464b241337077b941be7126ad3f3f78b19f7f /libsm/niprop.c | |
| parent | 1c3e417caf2d11608f10043b7e70b6e7ed8711ff (diff) | |
Diffstat (limited to 'libsm/niprop.c')
| -rw-r--r-- | libsm/niprop.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libsm/niprop.c b/libsm/niprop.c index ca60e38f53c5c..a5056deb34c67 100644 --- a/libsm/niprop.c +++ b/libsm/niprop.c @@ -99,7 +99,7 @@ ni_propval(keydir, keyprop, keyval, valprop, sepchar) if (tTd(38, 21)) sm_dprintf("ni_propval(%s, %s, %s, %s, %d) keybuf='%s'\n", keydir, keyprop, keyval, valprop, sepchar, keybuf); -#endif /* 0 */ +#endif /* ** If the passed directory and property name are found @@ -117,7 +117,7 @@ ni_propval(keydir, keyprop, keyval, valprop, sepchar) #if 0 if (tTd(38, 20)) sm_dprintf("ni_open(LOCAL) = %d\n", nis); -#endif /* 0 */ +#endif } else { @@ -128,7 +128,7 @@ ni_propval(keydir, keyprop, keyval, valprop, sepchar) #if 0 if (tTd(38, 20)) sm_dprintf("ni_open(PARENT) = %d\n", nis); -#endif /* 0 */ +#endif } /* @@ -160,7 +160,7 @@ ni_propval(keydir, keyprop, keyval, valprop, sepchar) if (tTd(38, 20)) sm_dprintf("ni_lookupprop: len=%d\n", ninl.ni_namelist_len); -#endif /* 0 */ +#endif /* ** See if we have an acceptable number of values. @@ -206,7 +206,7 @@ ni_propval(keydir, keyprop, keyval, valprop, sepchar) #if 0 if (tTd(38, 20)) sm_dprintf("ni_propval returns: '%s'\n", propval); -#endif /* 0 */ +#endif return propval; } |
