diff options
author | Jeremy Allison <jra@samba.org> | 1998-06-09 02:17:06 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-06-09 02:17:06 +0000 |
commit | 75e909f27db1e1ff69897e477a2c4704faf9a2fb (patch) | |
tree | f6b62722f5ef629606fcfd96069a4b4610acd4d9 /source3/nmbd | |
parent | 96bc4042779570e6239b2626888ea0ca9be17391 (diff) | |
download | samba-75e909f27db1e1ff69897e477a2c4704faf9a2fb.tar.gz samba-75e909f27db1e1ff69897e477a2c4704faf9a2fb.tar.bz2 samba-75e909f27db1e1ff69897e477a2c4704faf9a2fb.zip |
Fixed compile problem after make proto.
Chris's reformating of the (rather long named function) find_name_for_remote_broadcast_subnet
(moving the function name onto a line on it's own) caused the proto
awk script to miss it.
Jeremy.
(This used to be commit 17c758687f0ec6040633bc1815a52627b7e15f02)
Diffstat (limited to 'source3/nmbd')
-rw-r--r-- | source3/nmbd/nmbd_namelistdb.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/nmbd/nmbd_namelistdb.c b/source3/nmbd/nmbd_namelistdb.c index 6375dad4a2..f9a348eeea 100644 --- a/source3/nmbd/nmbd_namelistdb.c +++ b/source3/nmbd/nmbd_namelistdb.c @@ -144,9 +144,8 @@ struct name_record *find_name_on_subnet(struct subnet_record *subrec, Find a name over all known broadcast subnets. **************************************************************************/ -struct name_record - *find_name_for_remote_broadcast_subnet( struct nmb_name *nmbname, - BOOL self_only ) +struct name_record *find_name_for_remote_broadcast_subnet( struct nmb_name *nmbname, + BOOL self_only ) { struct subnet_record *subrec; struct name_record *namerec = NULL; |