uniba-swt / swtbahn-cli

A client-server command line interface for the SWTbahn.
GNU General Public License v3.0
7 stars 3 forks source link

Typo in String Comparison for default interlocker in server/src/handler_upload.c #40

Closed BLuedtke closed 2 years ago

BLuedtke commented 2 years ago

File in question: server/src/handler_upload.c
Method: interlocker_is_unremovable(const char name[])

The char array being compared here is interlocker_deafault (unremovable), but it should be interlocker_default (unremovable).