diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-01-08 08:51:41 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-01-08 12:22:18 +0100 |
commit | 0713f9812474ef04df879772f0e3abcdb9e28180 (patch) | |
tree | f9228ecbb5fe77c8d7cd4033de9d9869ad76a4c8 /source3/services | |
parent | d9e81664e5afc9576749241b9e445e232d5f83d6 (diff) | |
download | samba-0713f9812474ef04df879772f0e3abcdb9e28180.tar.gz samba-0713f9812474ef04df879772f0e3abcdb9e28180.tar.bz2 samba-0713f9812474ef04df879772f0e3abcdb9e28180.zip |
s3:smbd: make globals in utmp.c static const
const char *foo, means a non-const pointer to
a const char.
const char * const foo, means a const pointer to
a const char.
char * const foo, would mean a const pointer to
a non-const char.
metze
Diffstat (limited to 'source3/services')
0 files changed, 0 insertions, 0 deletions