diff options
author | Samba Release Account <samba-bugs@samba.org> | 1996-07-04 19:41:16 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1996-07-04 19:41:16 +0000 |
commit | 94b935c974b71a22a052ec7d78c4871a1a299bf6 (patch) | |
tree | 3d8b38f18dd53fed42229cad719cae84ecc1580e /source3/include | |
parent | 7812ff08135318e74f5c286fe4773de8d1423969 (diff) | |
download | samba-94b935c974b71a22a052ec7d78c4871a1a299bf6.tar.gz samba-94b935c974b71a22a052ec7d78c4871a1a299bf6.tar.bz2 samba-94b935c974b71a22a052ec7d78c4871a1a299bf6.zip |
namebrowse.c was using variable work uninitialised.
remkproto'd proto.h
lkcl
(This used to be commit 166d70eba30a4b2773620f7cd9f0b84307b25472)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index fa04e284d3..6f92de8586 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1,5 +1,8 @@ /* This file is automatically generated with "make proto". DO NOT EDIT */ + +/*The following definitions come from - */ + BOOL check_access(int snum); BOOL allow_access(char *deny_list,char *allow_list,struct from_host *client); BOOL fromhost(int sock,struct from_host *f); |