Skip to content

Commit

Permalink
Renamed source files to match new tool names
Browse files Browse the repository at this point in the history
  • Loading branch information
njh committed Dec 2, 2013
1 parent bf58030 commit 310a4ef
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mqtts-pub.c → mqtt-sn-pub.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ int main(int argc, char* argv[])
mqtt_sn_send_publish(sock, topic_id, topic_id_type, message_data, qos, retain);

// Finally, disconnect
mqtts_send_disconnect(sock);
mqtt_sn_send_disconnect(sock);

close(sock);
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 310a4ef

Please sign in to comment.