Bug 138091 - missing return statement
Summary: missing return statement
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: squid
Version: 3
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jay Fenlason
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-11-04 16:15 UTC by David Binderman
Modified: 2014-08-31 23:26 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-05-24 20:03:37 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description David Binderman 2004-11-04 16:15:56 UTC
Description of problem:

I just tried to compile package squid-2.5.STABLE6-1 from 
Redhat Fedora Core 3 Test 3.

The compiler said

squid_ldap_auth.c(255): warning #1011: missing return statement at end
of non-void function "open_ldap_connection"

The source code is

    squid_ldap_set_timelimit(ld, timelimit);
    squid_ldap_set_referrals(ld, !noreferrals);
    squid_ldap_set_aliasderef(ld, aliasderef);
}

but

static LDAP *
open_ldap_connection(const char *ldapServer, int port)
{

Suggest add return statement at end of routine.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:


Note You need to log in before you can comment on or make changes to this bug.