Skip to content
Snippets Groups Projects
Commit 773b83ab authored by Sebastian Woelke's avatar Sebastian Woelke
Browse files

typo fixed

parent 02f4a40e
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@
####### Compiler, tools and options
override CFLAGS += -pipe -O2 -Wall -W -I.
override CXXFLAGS += $(CFLAGS) -std=c++0x
#CC = g++-4.6
LFLAGS = -Wl,-O1
LIBS = -lstdc++ -lpthread
DEL_FILE = rm -f
......
......@@ -61,7 +61,7 @@ bool igmp_sender::send_record(unsigned int if_index, mc_filter filter_mode, cons
}
return true;
} else if (filter_mode == EXLCUDE_MODE) {
} else if (filter_mode == EXCLUDE_MODE) {
m_sock.join_group(gaddr, if_index);
std::list<addr_storage> src_list;
for (auto & e : slist) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment