Samba4 switch blocks default

tridge at samba.org tridge at samba.org
Thu Aug 14 04:12:06 GMT 2003


Metze,

> nice to see samba4 !!!

thanks!

> I have a question:
> 
> can you add a 'default' to all the switch () {} blocks in the code?

nope :)

That is deliberate, and is one of the major reasons I used enumerated
types. It shows me which pieces of code aren't finished yet.

Basically every one of those needs to be filled in to handle every
enum value, so if you want to start doing that then please do!

Cheers, Tridge



More information about the samba-technical mailing list