diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-09-27 05:29:43 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-09-27 05:29:43 +0000 |
commit | 5f662896aaa9a6fb77194252aa612c09935e1930 (patch) | |
tree | f9070eaeb998502427039998d217affad2bd8b7a /source3/param | |
parent | d95e86b8b938692ced7802fbfd5331d8cd48cd5e (diff) | |
download | samba-5f662896aaa9a6fb77194252aa612c09935e1930.tar.gz samba-5f662896aaa9a6fb77194252aa612c09935e1930.tar.bz2 samba-5f662896aaa9a6fb77194252aa612c09935e1930.zip |
Vance picked up a pile of typos etc at the CIFS confernce, and finally got them
off his laptop :-)
Andrew Bartlett
(This used to be commit df8f0338fae01e5edc176708c2b798c67c2e8c36)
Diffstat (limited to 'source3/param')
-rw-r--r-- | source3/param/loadparm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index eb910a1245..67276befec 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -600,7 +600,7 @@ static struct enum_list enum_ldap_ssl[] = { {LDAP_SSL_OFF, "off"}, {LDAP_SSL_OFF, "Off"}, {LDAP_SSL_START_TLS, "start tls"}, - {LDAP_SSL_START_TLS, "start_tls"}, + {LDAP_SSL_START_TLS, "Start_tls"}, {-1, NULL} }; @@ -1185,7 +1185,7 @@ static void init_printer_values(void) "lp -i %p-%j -H hold"); string_set(&sDefault.szLpresumecommand, "lp -i %p-%j -H resume"); -#endif /* SYSV */ +#endif /* HPUX */ break; case PRINT_QNX: |