Fixed another small bug

SVN revision: 1577
This commit is contained in:
Stefan Ritt 2005-12-19 14:53:52 +00:00
parent 55821f099b
commit ae02cef9d8

View File

@ -21030,7 +21030,7 @@ int do_self_register(LOGBOOK * lbs, char *command)
{ {
char str[256]; char str[256];
if (command = NULL) if (command == NULL)
return 1; return 1;
/* display new user page if "self register" is clicked */ /* display new user page if "self register" is clicked */